doc/Doxyfile.in
changeset 1435 8e85e6bbefdf
parent 1400 d12508c2a007
child 1465 60c2961c75ca
     1.1 --- a/doc/Doxyfile.in	Sat May 21 21:04:57 2005 +0000
     1.2 +++ b/doc/Doxyfile.in	Mon May 23 04:48:14 2005 +0000
     1.3 @@ -115,7 +115,7 @@
     1.4  # If left blank the directory from which doxygen is run is used as the 
     1.5  # path to strip.
     1.6  
     1.7 -STRIP_FROM_PATH        = @abs_top_srcdir@/src
     1.8 +STRIP_FROM_PATH        = @abs_top_srcdir@
     1.9  
    1.10  # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
    1.11  # the path mentioned in the documentation of a class, which tells 
    1.12 @@ -124,7 +124,7 @@
    1.13  # definition is used. Otherwise one should specify the include paths that 
    1.14  # are normally passed to the compiler using the -I flag.
    1.15  
    1.16 -STRIP_FROM_INC_PATH    = @abs_top_srcdir@/src
    1.17 +STRIP_FROM_INC_PATH    = @abs_top_srcdir@
    1.18  
    1.19  # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
    1.20  # (but less readable) file names. This can be useful is your file systems 
    1.21 @@ -451,11 +451,11 @@
    1.22  # with spaces.
    1.23  
    1.24  INPUT                  = @abs_top_srcdir@/doc \
    1.25 -                         @abs_top_srcdir@/src/lemon \
    1.26 -			 @abs_top_srcdir@/src/lemon/bits \
    1.27 -                         @abs_top_srcdir@/src/lemon/concept \
    1.28 -                         @abs_top_srcdir@/src/demo \
    1.29 -                         @abs_top_srcdir@/src/test/test_tools.h
    1.30 +                         @abs_top_srcdir@/lemon \
    1.31 +                         @abs_top_srcdir@/lemon/bits \
    1.32 +                         @abs_top_srcdir@/lemon/concept \
    1.33 +                         @abs_top_srcdir@/demo \
    1.34 +                         @abs_top_srcdir@/test/test_tools.h
    1.35  
    1.36  # If the value of the INPUT tag contains directories, you can use the 
    1.37  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
    1.38 @@ -494,7 +494,7 @@
    1.39  # directories that contain example code fragments that are included (see 
    1.40  # the \include command).
    1.41  
    1.42 -EXAMPLE_PATH           = ../src/demo \
    1.43 +EXAMPLE_PATH           = ../demo \
    1.44                           ../LICENSE \
    1.45                           .
    1.46