diff -r d8475431bbbb -r 8e85e6bbefdf doc/Doxyfile.in --- a/doc/Doxyfile.in Sat May 21 21:04:57 2005 +0000 +++ b/doc/Doxyfile.in Mon May 23 04:48:14 2005 +0000 @@ -115,7 +115,7 @@ # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = @abs_top_srcdir@/src +STRIP_FROM_PATH = @abs_top_srcdir@ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells @@ -124,7 +124,7 @@ # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. -STRIP_FROM_INC_PATH = @abs_top_srcdir@/src +STRIP_FROM_INC_PATH = @abs_top_srcdir@ # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems @@ -451,11 +451,11 @@ # with spaces. INPUT = @abs_top_srcdir@/doc \ - @abs_top_srcdir@/src/lemon \ - @abs_top_srcdir@/src/lemon/bits \ - @abs_top_srcdir@/src/lemon/concept \ - @abs_top_srcdir@/src/demo \ - @abs_top_srcdir@/src/test/test_tools.h + @abs_top_srcdir@/lemon \ + @abs_top_srcdir@/lemon/bits \ + @abs_top_srcdir@/lemon/concept \ + @abs_top_srcdir@/demo \ + @abs_top_srcdir@/test/test_tools.h # 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 @@ -494,7 +494,7 @@ # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = ../src/demo \ +EXAMPLE_PATH = ../demo \ ../LICENSE \ .