Merge "doxygen now recognizes README and .txt files"
authorSiebrand <siebrand@wikimedia.org>
Mon, 22 Oct 2012 12:04:49 +0000 (12:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 22 Oct 2012 12:04:49 +0000 (12:04 +0000)
1  2 
maintenance/Doxyfile

diff --combined maintenance/Doxyfile
@@@ -62,8 -62,7 +62,8 @@@ ALIASES =     "type{1}=<b> \1 </b>:" 
                "protected=\access protected" \
                "public=\access public" \
                "copyright=\note" \
 -              "license=\note"
 +              "license=\note" \
 +              "codeCoverageIgnore="
  OPTIMIZE_OUTPUT_FOR_C  = NO
  OPTIMIZE_OUTPUT_JAVA   = NO
  OPTIMIZE_FOR_FORTRAN   = NO
@@@ -172,7 -171,9 +172,9 @@@ FILE_PATTERNS          = *.c 
                           *.PHP5 \
                           *.M \
                           *.MM \
-                          *.PY
+                          *.PY \
+                          *.txt \
+                          README
  RECURSIVE              = YES
  EXCLUDE_SYMLINKS       = YES
  EXCLUDE_PATTERNS       = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE_PATTERNS}}