aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/Doxyfile16
-rwxr-xr-xutil/makedocs2
2 files changed, 15 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
diff --git a/util/makedocs b/util/makedocs
new file mode 100755
index 000000000..b09016b88
--- /dev/null
+++ b/util/makedocs
@@ -0,0 +1,2 @@
+#!/bin/sh
+doxygen util/Doxyfile