Date: Thursday, May 3, 2007 @ 17:27:55
  Author: marc
    Path: /cvsroot/carob/carob/doxygen

Modified: Doxyfile (1.2 -> 1.3)

Fixed problem with duplicated headers because of symbolic links: now
explicit INPUT = include


----------+
 Doxyfile |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


Index: carob/doxygen/Doxyfile
diff -u carob/doxygen/Doxyfile:1.2 carob/doxygen/Doxyfile:1.3
--- carob/doxygen/Doxyfile:1.2  Fri Dec  2 16:23:14 2005
+++ carob/doxygen/Doxyfile      Thu May  3 17:27:55 2007
@@ -81,10 +81,12 @@
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = .
-FILE_PATTERNS          = *.hpp
+INPUT                  = include
+# To use with EXTRACT_ALL. Generates some warnings.
+#INPUT                  = include src
+FILE_PATTERNS          =
 RECURSIVE              = YES
-EXCLUDE                = contrib/
+EXCLUDE                =
 EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = 
 EXAMPLE_PATH           = 

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to