diff -r a2d8ec38e8db -r e8377ac921b6 doc/Doxyfile --- a/doc/Doxyfile Mon Apr 26 08:07:53 2004 +0000 +++ b/doc/Doxyfile Mon Apr 26 09:00:12 2004 +0000 @@ -391,18 +391,20 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src/include/skeletons/graph.h \ +INPUT = maps.dox groups.dox \ + ../src/include/skeletons/graph.h \ ../src/include/invalid.h \ ../src/include/smart_graph.h \ ../src/include/skeletons/maps.h \ ../src/include/dijkstra.h \ ../src/include/bin_heap.h \ ../src/include/fib_heap.h \ + ../src/work/alpar/list_graph.h \ ../src/work/athos/xy/xy.h \ ../src/work/athos/minlengthpaths.h \ ../src/work/marci/time_measure.h \ - ../src/work/marci/graph_wrapper.h \ - maps.dox + ../src/work/marci/graph_wrapper.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