diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-14 12:55:01 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-14 12:55:01 +1100 |
commit | b9eb74a705823ddc0fafe81e460442b525d0e7ed (patch) | |
tree | 17fab919a8526adf05c0658e1314b195b980a134 /util | |
parent | daaefed61bc6a38a102ce2c357278158535a2b27 (diff) | |
parent | 7b41839ea8f2aad020444c42f2cba89040ca28b8 (diff) | |
download | volse-hubzilla-b9eb74a705823ddc0fafe81e460442b525d0e7ed.tar.gz volse-hubzilla-b9eb74a705823ddc0fafe81e460442b525d0e7ed.tar.bz2 volse-hubzilla-b9eb74a705823ddc0fafe81e460442b525d0e7ed.zip |
Merge pull request #547 from dawnbreak/docu
[TASK] Update Doxyfile and fix Doxygen errors.
Diffstat (limited to 'util')
-rw-r--r-- | util/Doxyfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/util/Doxyfile b/util/Doxyfile index 55acd46eb..f6c0692ee 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -1,8 +1,8 @@ -INPUT = README.md index.php boot.php mod/ include/ util/ view/ version.inc +INPUT = README.md index.php boot.php include/ install/ util/ view/ Zotlabs/ RECURSIVE = YES PROJECT_NAME = "The Hubzilla" PROJECT_LOGO = images/rm-64.png -EXCLUDE = .htconfig.php library/ doc/ vendor/ .git/ util/zotsh/easywebdav/ +EXCLUDE = .htconfig.php library/ doc/ store/ vendor/ .git/ util/zotsh/easywebdav/ util/generate-hooks-index/ EXCLUDE_PATTERNS = *smarty3* *strings.php *.out *test* OUTPUT_DIRECTORY = doc GENERATE_HTML = YES @@ -21,3 +21,5 @@ ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\"" ALIASES += "FIXME=\fixme" ALIASES += "TODO=\todo" ALIASES += "BUG=\bug" +ALIASES += "hooks=\xrefitem hooks \"Hooks\" \"Hooks List\"" +ALIASES += "HOOKS=\hooks" |