doc/Doxyfile
changeset 406 e8377ac921b6
parent 343 57bd196dad11
child 423 fac60be3129b
     1.1 --- a/doc/Doxyfile	Mon Apr 26 08:07:53 2004 +0000
     1.2 +++ b/doc/Doxyfile	Mon Apr 26 09:00:12 2004 +0000
     1.3 @@ -391,18 +391,20 @@
     1.4  # directories like "/usr/src/myproject". Separate the files or directories 
     1.5  # with spaces.
     1.6  
     1.7 -INPUT                  = ../src/include/skeletons/graph.h \
     1.8 +INPUT                  = maps.dox groups.dox \
     1.9 +                         ../src/include/skeletons/graph.h \
    1.10                           ../src/include/invalid.h \
    1.11                           ../src/include/smart_graph.h \
    1.12                           ../src/include/skeletons/maps.h \
    1.13                           ../src/include/dijkstra.h \
    1.14                           ../src/include/bin_heap.h \
    1.15                           ../src/include/fib_heap.h \
    1.16 +                         ../src/work/alpar/list_graph.h \
    1.17                           ../src/work/athos/xy/xy.h \
    1.18                           ../src/work/athos/minlengthpaths.h \
    1.19  			 ../src/work/marci/time_measure.h \
    1.20 -			 ../src/work/marci/graph_wrapper.h \	
    1.21 -                         maps.dox
    1.22 +			 ../src/work/marci/graph_wrapper.h
    1.23 +                         
    1.24  
    1.25  # If the value of the INPUT tag contains directories, you can use the 
    1.26  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp