diff options
Diffstat (limited to 'maintenance/Doxyfile')
-rw-r--r-- | maintenance/Doxyfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index e3ba4e5a..e6862acd 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -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 @@ -171,7 +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}} |