From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- util/Doxyfile | 16 +++++++++++++--- util/makedocs | 2 ++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100755 util/makedocs (limited to 'util') 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 -- cgit v1.2.3