378 |
378 |
379 # The WARN_LOGFILE tag can be used to specify a file to which warning |
379 # The WARN_LOGFILE tag can be used to specify a file to which warning |
380 # and error messages should be written. If left blank the output is written |
380 # and error messages should be written. If left blank the output is written |
381 # to stderr. |
381 # to stderr. |
382 |
382 |
383 WARN_LOGFILE = |
383 WARN_LOGFILE = doxygen.log |
384 |
384 |
385 #--------------------------------------------------------------------------- |
385 #--------------------------------------------------------------------------- |
386 # configuration options related to the input files |
386 # configuration options related to the input files |
387 #--------------------------------------------------------------------------- |
387 #--------------------------------------------------------------------------- |
388 |
388 |
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 = maps.dox groups.dox \ |
394 INPUT = mainpage.dox \ |
|
395 maps.dox groups.dox \ |
395 ../src/include/skeletons/graph.h \ |
396 ../src/include/skeletons/graph.h \ |
396 ../src/include/invalid.h \ |
397 ../src/include/invalid.h \ |
397 ../src/include/smart_graph.h \ |
398 ../src/include/smart_graph.h \ |
398 ../src/include/skeletons/maps.h \ |
399 ../src/include/skeletons/maps.h \ |
399 ../src/include/dijkstra.h \ |
400 ../src/include/dijkstra.h \ |