diff options
author | friendica <info@friendica.com> | 2013-02-26 15:49:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-26 15:49:37 -0800 |
commit | b69fca14e76a2f5db0cd0924fe5e7056e94771b1 (patch) | |
tree | 4034a1f44cbb6115561c2506b36f318382591f8c /util | |
parent | 9430117204cdd55581bff52bda71f33db796aae9 (diff) | |
download | volse-hubzilla-b69fca14e76a2f5db0cd0924fe5e7056e94771b1.tar.gz volse-hubzilla-b69fca14e76a2f5db0cd0924fe5e7056e94771b1.tar.bz2 volse-hubzilla-b69fca14e76a2f5db0cd0924fe5e7056e94771b1.zip |
initial doco
Diffstat (limited to 'util')
-rw-r--r-- | util/Doxyfile | 16 | ||||
-rwxr-xr-x | util/makedocs | 2 |
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 |