diff options
Diffstat (limited to 'util/Doxyfile')
-rw-r--r-- | util/Doxyfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/util/Doxyfile b/util/Doxyfile index fce6c1359..c5c205de7 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -1,8 +1,8 @@ -INPUT = boot.php mod include setup util view +INPUT = index.php boot.php mod/ include/ setup/ util/ view/ RECURSIVE = YES -PROJECT_NAME = "The Red Matrix" +PROJECT_NAME = "The RedMatrix" PROJECT_LOGO = images/rm-64.png -EXCLUDE = .htconfig.php library doc .git +EXCLUDE = .htconfig.php library/ doc/ vendor/ .git/ util/zotsh/easywebdav/ EXCLUDE_PATTERNS = *smarty3* *strings.php *.out *test* OUTPUT_DIRECTORY = doc GENERATE_HTML = YES @@ -17,5 +17,3 @@ REFERENCED_BY_RELATION = YES GENERATE_TREEVIEW = YES HTML_FOOTER = util/Doxygen.footer - - |