src/work/Doxyfile
changeset 682 1ea8162ce638
parent 637 75ad3e24425e
child 685 c7e37b066033
equal deleted inserted replaced
4:3fee6e0648c3 5:26af73b469af
   196 EXTRACT_ALL            = NO
   196 EXTRACT_ALL            = NO
   197 
   197 
   198 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
   198 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
   199 # will be included in the documentation.
   199 # will be included in the documentation.
   200 
   200 
   201 EXTRACT_PRIVATE        = NO
   201 EXTRACT_PRIVATE        = YES
   202 
   202 
   203 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
   203 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
   204 # will be included in the documentation.
   204 # will be included in the documentation.
   205 
   205 
   206 EXTRACT_STATIC         = NO
   206 EXTRACT_STATIC         = NO
   389 # The INPUT tag can be used to specify the files and/or directories that contain 
   389 # The INPUT tag can be used to specify the files and/or directories that contain 
   390 # documented source files. You may enter file names like "myfile.cpp" or 
   390 # documented source files. You may enter file names like "myfile.cpp" or 
   391 # directories like "/usr/src/myproject". Separate the files or directories 
   391 # directories like "/usr/src/myproject". Separate the files or directories 
   392 # with spaces.
   392 # with spaces.
   393 
   393 
   394 INPUT                  = ../hugo \
   394 INPUT                  = ../../doc/mainpage.dox \
       
   395 			 ../../doc/graphs.dox \
       
   396                          ../../doc/maps.dox ../../doc/coding_style.dox \
       
   397                          ../../doc/groups.dox \
       
   398                          ../hugo \
   395                          ../hugo/skeletons \
   399                          ../hugo/skeletons \
   396                          ../test/test_tools.h \
   400                          ../test/test_tools.h \
   397                          klao/path.h \
   401                          klao/path.h \
       
   402                          klao/debug.h \
   398                          jacint/max_flow.h \
   403                          jacint/max_flow.h \
   399                          jacint/max_matching.h \ 
   404                          jacint/max_matching.h \ 
   400 			 marci/bfs_dfs.h \
   405 			 marci/bfs_dfs.h \
   401 	  		 marci/bfs_dfs_misc.h \
   406 	  		 marci/bfs_dfs_misc.h \
   402 			 jacint/graph_gen.h \
   407 			 jacint/graph_gen.h \
   403 			 marci/max_bipartite_matching.h \
   408 			 marci/max_bipartite_matching.h \
   404 			 marci/bipartite_graph_wrapper.h
   409 			 marci/bipartite_graph_wrapper.h \
       
   410                          deba/map_registry.h \
       
   411                          deba/map_defines.h \
       
   412                          deba/array_map_factory.h \
       
   413                          johanna/kruskal.h \
       
   414                          
   405 
   415 
   406 # If the value of the INPUT tag contains directories, you can use the 
   416 # If the value of the INPUT tag contains directories, you can use the 
   407 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
   417 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
   408 # and *.h) to filter out the source-files in the directories. If left 
   418 # and *.h) to filter out the source-files in the directories. If left 
   409 # blank the following patterns are tested: 
   419 # blank the following patterns are tested: