aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-26 15:49:37 -0800
committerfriendica <info@friendica.com>2013-02-26 15:49:37 -0800
commitb69fca14e76a2f5db0cd0924fe5e7056e94771b1 (patch)
tree4034a1f44cbb6115561c2506b36f318382591f8c /util/Doxyfile
parent9430117204cdd55581bff52bda71f33db796aae9 (diff)
downloadvolse-hubzilla-b69fca14e76a2f5db0cd0924fe5e7056e94771b1.tar.gz
volse-hubzilla-b69fca14e76a2f5db0cd0924fe5e7056e94771b1.tar.bz2
volse-hubzilla-b69fca14e76a2f5db0cd0924fe5e7056e94771b1.zip
initial doco
Diffstat (limited to 'util/Doxyfile')
-rw-r--r--util/Doxyfile16
1 files changed, 13 insertions, 3 deletions
diff --git a/util/Doxyfile b/util/Doxyfile
index 30657d0ff..be0b5097a 100644
--- a/util/Doxyfile
+++ b/util/Doxyfile
@@ -1,7 +1,17 @@
-PROJECT_NAME = red
-INPUT = mod include boot.php
-OUTPUT_DIRECTORY = docs
+INPUT = boot.php mod include setup util view
+RECURSIVE = YES
+PROJECT_NAME = "The Red Project"
+PROJECT_LOGO = images/fred-48.png
+EXCLUDE = .htconfig.php library doc .git
+EXCLUDE_PATTERNS = *smarty3* *strings.php *.out *test*
+OUTPUT_DIRECTORY = doc
GENERATE_HTML = YES
HTML_OUTPUT = html/
HTML_FILE_EXTENSION = .html
GENERATE_LATEX = NO
+EXTRACT_ALL = YES
+EXTRACT_PRIVATE = YES
+GENERATE_TODOLIST = YES
+USE_MDFILE_AS_MAINPAGE = README.md
+REFERENCED_BY_RELATION = YES
+GENERATE_TREEVIEW = YES \ No newline at end of file