Blob Blame History Raw
diff -dur pocketsphinx-0.5.1.ORIG/doc/doxyfile.in pocketsphinx-0.5.1/doc/doxyfile.in
--- pocketsphinx-0.5.1.ORIG/doc/doxyfile.in	2008-07-07 18:14:52.000000000 -0600
+++ pocketsphinx-0.5.1/doc/doxyfile.in	2009-08-21 10:13:42.144889225 -0600
@@ -421,7 +421,7 @@
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
 # automatically be disabled.
 
-WARN_IF_UNDOCUMENTED   = YES
+WARN_IF_UNDOCUMENTED   = NO
 
 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
 # potential errors in the documentation, such as not documenting some 
@@ -462,7 +462,8 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = @top_srcdir@/include @top_srcdir@/src/libpocketsphinx
+INPUT                  = @top_srcdir@/include \
+                         @top_srcdir@/src/libpocketsphinx
 
 # This tag can be used to specify the character encoding of the source files that 
 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default 
@@ -504,7 +505,9 @@
 # against the file with absolute path, so to exclude all test directories 
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = */.svn/* */.deps/* */.libs/*
+EXCLUDE_PATTERNS       = */.svn/*  \
+                         */.deps/* \
+                         */.libs/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 
 # (namespaces, classes, functions, etc.) that should be excluded from the output.