No subject


Tue May 21 07:25:31 CEST 2013


The new src/work/Doxyfile containes these as well.

Modified: hugo/trunk/doc/Doxyfile
==============================================================================
--- hugo/trunk/doc/Doxyfile	(original)
+++ hugo/trunk/doc/Doxyfile	Sat May  8 17:56:00 2004
@@ -396,9 +396,6 @@
                          groups.dox \
                          ../src/hugo \
                          ../src/hugo/skeletons \
-                         ../src/work/athos/minlengthpaths.h \
-                         ../src/work/klao/path.h \
-                         ../src/work/jacint/max_flow.h \
                          ../src/test/test_tools.h 
 
 # If the value of the INPUT tag contains directories, you can use the 

Copied: hugo/trunk/src/work/Doxyfile (from r756, /hugo/trunk/doc/Doxyfile)
==============================================================================
--- /hugo/trunk/doc/Doxyfile	(original)
+++ hugo/trunk/src/work/Doxyfile	Sat May  8 17:56:00 2004
@@ -391,15 +391,13 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = mainpage.dox \
-                         maps.dox coding_style.dox \
-                         groups.dox \
-                         ../src/hugo \
-                         ../src/hugo/skeletons \
-                         ../src/work/athos/minlengthpaths.h \
-                         ../src/work/klao/path.h \
-                         ../src/work/jacint/max_flow.h \
-                         ../src/test/test_tools.h 
+INPUT                  = ../hugo \
+                         ../hugo/skeletons \
+                         ../test/test_tools.h \
+                         athos/minlengthpaths.h \
+                         klao/path.h \
+                         jacint/max_flow.h \
+                         jacint/max_matching.h
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 



More information about the Lemon-commits mailing list