From 7a1bdee6ed0695cfe191a853fc15872f78d571ec Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Sat, 22 Dec 2012 22:32:06 +0000 Subject: [PATCH] * Fixed doxygen to include src/ subdirectories properly --- doc/doxygen.cfg.in | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index 4d7e6244..289b1e1a 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -567,21 +567,19 @@ WARN_LOGFILE = INPUT = @top_srcdir@ \ @top_srcdir@/doc \ @top_srcdir@/src \ - - @top_srcdir@/application - @top_srcdir@/src \ - @top_srcdir@/core - @top_srcdir@/data - @top_srcdir@/debug - @top_srcdir@/easymesh - @top_srcdir@/gpu - @top_srcdir@/image - @top_srcdir@/input - @top_srcdir@/lol - @top_srcdir@/math - @top_srcdir@/mesh - @top_srcdir@/platform - @top_srcdir@/thread + @top_srcdir@/src/application \ + @top_srcdir@/src/core \ + @top_srcdir@/src/data \ + @top_srcdir@/src/debug \ + @top_srcdir@/src/easymesh \ + @top_srcdir@/src/gpu \ + @top_srcdir@/src/image \ + @top_srcdir@/src/input \ + @top_srcdir@/src/lol \ + @top_srcdir@/src/ath \ + @top_srcdir@/src/mesh \ + @top_srcdir@/src/platform \ + @top_srcdir@/src/thread # This tag can be used to specify the character encoding of the source files @@ -631,8 +629,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = *_internal.h \ - driver_*.c +EXCLUDE_PATTERNS = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the