src/work/Doxyfile
changeset 682 1ea8162ce638
parent 637 75ad3e24425e
child 685 c7e37b066033
     1.1 --- a/src/work/Doxyfile	Mon Jun 14 09:46:03 2004 +0000
     1.2 +++ b/src/work/Doxyfile	Mon Jun 14 09:47:54 2004 +0000
     1.3 @@ -198,7 +198,7 @@
     1.4  # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
     1.5  # will be included in the documentation.
     1.6  
     1.7 -EXTRACT_PRIVATE        = NO
     1.8 +EXTRACT_PRIVATE        = YES
     1.9  
    1.10  # If the EXTRACT_STATIC tag is set to YES all static members of a file 
    1.11  # will be included in the documentation.
    1.12 @@ -391,17 +391,27 @@
    1.13  # directories like "/usr/src/myproject". Separate the files or directories 
    1.14  # with spaces.
    1.15  
    1.16 -INPUT                  = ../hugo \
    1.17 +INPUT                  = ../../doc/mainpage.dox \
    1.18 +			 ../../doc/graphs.dox \
    1.19 +                         ../../doc/maps.dox ../../doc/coding_style.dox \
    1.20 +                         ../../doc/groups.dox \
    1.21 +                         ../hugo \
    1.22                           ../hugo/skeletons \
    1.23                           ../test/test_tools.h \
    1.24                           klao/path.h \
    1.25 +                         klao/debug.h \
    1.26                           jacint/max_flow.h \
    1.27                           jacint/max_matching.h \ 
    1.28  			 marci/bfs_dfs.h \
    1.29  	  		 marci/bfs_dfs_misc.h \
    1.30  			 jacint/graph_gen.h \
    1.31  			 marci/max_bipartite_matching.h \
    1.32 -			 marci/bipartite_graph_wrapper.h
    1.33 +			 marci/bipartite_graph_wrapper.h \
    1.34 +                         deba/map_registry.h \
    1.35 +                         deba/map_defines.h \
    1.36 +                         deba/array_map_factory.h \
    1.37 +                         johanna/kruskal.h \
    1.38 +                         
    1.39  
    1.40  # If the value of the INPUT tag contains directories, you can use the 
    1.41  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp