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 = mainpage.dox \ |
394 INPUT = mainpage.dox \ |
395 maps.dox groups.dox \ |
395 maps.dox groups.dox \ |
396 ../src/include/skeletons/graph.h \ |
396 ../src/include \ |
397 ../src/include/invalid.h \ |
397 ../src/include/skeletons \ |
398 ../src/include/smart_graph.h \ |
|
399 ../src/include/skeletons/maps.h \ |
|
400 ../src/include/dijkstra.h \ |
|
401 ../src/include/bin_heap.h \ |
|
402 ../src/include/fib_heap.h \ |
|
403 ../src/include/dimacs.h \ |
|
404 ../src/include/time_measure.h \ |
|
405 ../src/include/xy.h \ |
|
406 ../src/include/unionfind.h \ |
|
407 ../src/work/alpar/list_graph.h \ |
398 ../src/work/alpar/list_graph.h \ |
408 ../src/work/athos/minlengthpaths.h \ |
399 ../src/work/athos/minlengthpaths.h \ |
409 ../src/work/klao/path.h \ |
400 ../src/work/klao/path.h \ |
410 ../src/work/marci/graph_wrapper.h \ |
401 ../src/work/marci/graph_wrapper.h \ |
411 ../src/work/jacint/max_flow.h |
402 ../src/work/jacint/max_flow.h |