src/work/Doxyfile: Minor changes
authorklao
Sun, 09 Jan 2005 23:21:52 +0000
changeset 1066520769d825f2
parent 1065 340fe3cbb145
child 1067 47939f501c81
src/work/Doxyfile: Minor changes

* include \internal documentation
* input whole directories: marci, alpar, deba, klao
* sync to doc/Doxyfile
src/work/Doxyfile
     1.1 --- a/src/work/Doxyfile	Sun Jan 09 20:10:58 2005 +0000
     1.2 +++ b/src/work/Doxyfile	Sun Jan 09 23:21:52 2005 +0000
     1.3 @@ -106,7 +106,7 @@
     1.4  # path before files name in the file list and in the header files. If set 
     1.5  # to NO the shortest path that makes the file name unique will be used.
     1.6  
     1.7 -FULL_PATH_NAMES        = NO
     1.8 +FULL_PATH_NAMES        = YES
     1.9  
    1.10  # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
    1.11  # can be used to strip a user-defined part of the path. Stripping is 
    1.12 @@ -115,7 +115,7 @@
    1.13  # If left blank the directory from which doxygen is run is used as the 
    1.14  # path to strip.
    1.15  
    1.16 -STRIP_FROM_PATH        = 
    1.17 +STRIP_FROM_PATH        = ..
    1.18  
    1.19  # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
    1.20  # the path mentioned in the documentation of a class, which tells 
    1.21 @@ -124,7 +124,7 @@
    1.22  # definition is used. Otherwise one should specify the include paths that 
    1.23  # are normally passed to the compiler using the -I flag.
    1.24  
    1.25 -STRIP_FROM_INC_PATH    = 
    1.26 +STRIP_FROM_INC_PATH    = ..
    1.27  
    1.28  # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
    1.29  # (but less readable) file names. This can be useful is your file systems 
    1.30 @@ -272,7 +272,7 @@
    1.31  # to NO (the default) then the documentation will be excluded. 
    1.32  # Set it to YES to include the internal documentation.
    1.33  
    1.34 -INTERNAL_DOCS          = NO
    1.35 +INTERNAL_DOCS          = YES
    1.36  
    1.37  # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
    1.38  # file names in lower-case letters. If set to YES upper-case letters are also 
    1.39 @@ -360,7 +360,7 @@
    1.40  # documentation can be controlled using \showinitializer or \hideinitializer 
    1.41  # command in the documentation regardless of this setting.
    1.42  
    1.43 -MAX_INITIALIZER_LINES  = 30
    1.44 +MAX_INITIALIZER_LINES  = 5
    1.45  
    1.46  # Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
    1.47  # at the bottom of the documentation of classes and structs. If set to YES the 
    1.48 @@ -452,17 +452,12 @@
    1.49                           ../lemon \
    1.50                           ../lemon/concept \
    1.51                           ../test/test_tools.h \
    1.52 -                         klao/debug.h \
    1.53 -                         jacint/max_flow.h \
    1.54 -                         jacint/max_matching.h \
    1.55 -                         marci/bfs_dfs.h \
    1.56 -                         marci/bfs_dfs_misc.h \
    1.57 -                         marci/lp/lp_solver_wrapper.h \
    1.58 -                         jacint/graph_gen.h \
    1.59 -                         marci/max_bipartite_matching.h \
    1.60 -                         marci/bipartite_graph_wrapper.h \
    1.61 -                         alpar/graph_to_eps.cc \
    1.62 -                         deba
    1.63 +                         alpar \
    1.64 +                         deba \
    1.65 +                         jacint \
    1.66 +                         klao \
    1.67 +                         marci/lp \
    1.68 +                         marci
    1.69  
    1.70  # If the value of the INPUT tag contains directories, you can use the 
    1.71  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
    1.72 @@ -501,7 +496,9 @@
    1.73  # directories that contain example code fragments that are included (see 
    1.74  # the \include command).
    1.75  
    1.76 -EXAMPLE_PATH           = 
    1.77 +EXAMPLE_PATH           = ../demo \
    1.78 +                         ../../doc \
    1.79 +                         ../../LICENSE
    1.80  
    1.81  # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
    1.82  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
    1.83 @@ -1227,4 +1224,4 @@
    1.84  # The SEARCHENGINE tag specifies whether or not a search engine should be 
    1.85  # used. If set to NO the values of all tags below this one will be ignored.
    1.86  
    1.87 -SEARCHENGINE           = YES
    1.88 +SEARCHENGINE           = NO