From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- util/Doxyfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'util/Doxyfile') 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 - - -- cgit v1.2.3