X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=doc%2FDoxyfile.in;h=f0b5e5c6b1c24418ccb71722d4dd28195a9fa1fe;hp=f455bcaeafbcdb36e8e8952647ec49d0f4ebfb41;hb=2991f0f039707dbafa14eb9b2680ce9522502021;hpb=829ce4de4d0cf803e0031c76f28dc62ffed7c9d9 diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f455bca..f0b5e5c 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -459,7 +459,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src +INPUT = @top_srcdir@/src # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -500,7 +500,7 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = ../examples +EXAMPLE_PATH = @top_srcdir@/examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp