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                  = ../src/include/skeletons/graph.h \  | 
   394 INPUT                  = maps.dox groups.dox \  | 
         | 
   395                          ../src/include/skeletons/graph.h \  | 
   395                          ../src/include/invalid.h \  | 
   396                          ../src/include/invalid.h \  | 
   396                          ../src/include/smart_graph.h \  | 
   397                          ../src/include/smart_graph.h \  | 
   397                          ../src/include/skeletons/maps.h \  | 
   398                          ../src/include/skeletons/maps.h \  | 
   398                          ../src/include/dijkstra.h \  | 
   399                          ../src/include/dijkstra.h \  | 
   399                          ../src/include/bin_heap.h \  | 
   400                          ../src/include/bin_heap.h \  | 
   400                          ../src/include/fib_heap.h \  | 
   401                          ../src/include/fib_heap.h \  | 
         | 
   402                          ../src/work/alpar/list_graph.h \  | 
   401                          ../src/work/athos/xy/xy.h \  | 
   403                          ../src/work/athos/xy/xy.h \  | 
   402                          ../src/work/athos/minlengthpaths.h \  | 
   404                          ../src/work/athos/minlengthpaths.h \  | 
   403 			 ../src/work/marci/time_measure.h \  | 
   405 			 ../src/work/marci/time_measure.h \  | 
   404 			 ../src/work/marci/graph_wrapper.h \	  | 
   406 			 ../src/work/marci/graph_wrapper.h  | 
   405                          maps.dox  | 
   407                            | 
   406   | 
   408   | 
   407 # If the value of the INPUT tag contains directories, you can use the   | 
   409 # If the value of the INPUT tag contains directories, you can use the   | 
   408 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp   | 
   410 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp   | 
   409 # and *.h) to filter out the source-files in the directories. If left   | 
   411 # and *.h) to filter out the source-files in the directories. If left   | 
   410 # blank the following patterns are tested:   | 
   412 # blank the following patterns are tested:   |