aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2015-03-04 10:15:16 +0100
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2015-03-04 11:38:35 +0100
commitda6eecd03111660ae12221265986ba4b10b155dd (patch)
treec9e90e99e800981196083c6c5d1086b7ef3f37d9 /util/Doxyfile
parent684ce972fe7c6cb5e2d0cc7aea4df989a3734403 (diff)
downloadvolse-hubzilla-da6eecd03111660ae12221265986ba4b10b155dd.tar.gz
volse-hubzilla-da6eecd03111660ae12221265986ba4b10b155dd.tar.bz2
volse-hubzilla-da6eecd03111660ae12221265986ba4b10b155dd.zip
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
Diffstat (limited to 'util/Doxyfile')
-rw-r--r--util/Doxyfile8
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
-
-