[Lemon-commits] [lemon_svn] ladanyi: r707 - hugo/branches/ladanyi/automake_test/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:41:04 CET 2006
Author: ladanyi
Date: Thu May 6 03:03:35 2004
New Revision: 707
Modified:
hugo/branches/ladanyi/automake_test/doc/Doxyfile
Log:
Corrected the paths in the value of INPUT variable.
Modified: hugo/branches/ladanyi/automake_test/doc/Doxyfile
==============================================================================
--- hugo/branches/ladanyi/automake_test/doc/Doxyfile (original)
+++ hugo/branches/ladanyi/automake_test/doc/Doxyfile Thu May 6 03:03:35 2004
@@ -391,13 +391,13 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../src/include/skeletons/graph.h \
- ../src/include/hugo/invalid.h \
- ../src/include/hugo/smart_graph.h \
- ../src/include/skeletons/maps.h \
- ../src/include/hugo/dijkstra.h \
- ../src/include/hugo/bin_heap.h \
- ../src/include/hugo/fib_heap.h \
+INPUT = ../src/hugo/skeletons/graph.h \
+ ../src/hugo/invalid.h \
+ ../src/hugo/smart_graph.h \
+ ../src/hugo/skeletons/maps.h \
+ ../src/hugo/dijkstra.h \
+ ../src/hugo/bin_heap.h \
+ ../src/hugo/fib_heap.h \
../src/work/athos/xy/xy.h \
../src/work/athos/minlengthpaths.h \
../src/work/marci/time_measure.h \
More information about the Lemon-commits
mailing list