From 1adf7d7a43bec412750e8262c407a108f595e7c6 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 30 Jul 2009 01:47:51 +0000 Subject: [PATCH] In our buildbots the build dir is actually builder/build, doxygen had /build/ set as an exclusion pattern which caused no files to be generated, this isn't a problem since we're only including src/ anyway. Things are vastly more simple now. Originally committed to SVN as r3319. --- aegisub/docs/doxygen/doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aegisub/docs/doxygen/doxyfile b/aegisub/docs/doxygen/doxyfile index 2eb78503b..a05edcfd4 100644 --- a/aegisub/docs/doxygen/doxyfile +++ b/aegisub/docs/doxygen/doxyfile @@ -85,15 +85,15 @@ WARN_LOGFILE = doxygen.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../ +INPUT = ../../src/ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h *.cpp *.c *.dox RECURSIVE = YES #EXCLUDE = .svn .deps .libs boost gl msvc libass universalchardet EXCLUDE = EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = */.svn* */.deps* */.libs* */boost/* */scripts/* */gl/* */msvc/* */libass/* */universalchardet/* */packages/* */po/* */build/* */libffms/* */tools/* */libresrc/* */tinderbox/* \ - */libosxutil/bundledirs-test.c acconf.h +EXCLUDE_PATTERNS = */.svn* */.deps* */.libs* */boost/* */scripts/* */gl/* */msvc/* */libresrc/* \ + */libosxutil/bundledirs-test.c EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS =