diff -r 06a3cba90f94 -r 1ea8162ce638 src/work/Doxyfile --- a/src/work/Doxyfile Mon Jun 14 09:46:03 2004 +0000 +++ b/src/work/Doxyfile Mon Jun 14 09:47:54 2004 +0000 @@ -198,7 +198,7 @@ # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. @@ -391,17 +391,27 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../hugo \ +INPUT = ../../doc/mainpage.dox \ + ../../doc/graphs.dox \ + ../../doc/maps.dox ../../doc/coding_style.dox \ + ../../doc/groups.dox \ + ../hugo \ ../hugo/skeletons \ ../test/test_tools.h \ klao/path.h \ + klao/debug.h \ jacint/max_flow.h \ jacint/max_matching.h \ marci/bfs_dfs.h \ marci/bfs_dfs_misc.h \ jacint/graph_gen.h \ marci/max_bipartite_matching.h \ - marci/bipartite_graph_wrapper.h + marci/bipartite_graph_wrapper.h \ + deba/map_registry.h \ + deba/map_defines.h \ + deba/array_map_factory.h \ + johanna/kruskal.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