diff options
author | RedMatrix <info@friendica.com> | 2015-03-30 10:04:15 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-03-30 10:04:15 +1100 |
commit | 9ae9aedb15dfcb66f5bd9d866bdfb76309c81788 (patch) | |
tree | e12ee862af63e2a66602aa91c5a4e1ff011476f9 /util/Doxyfile | |
parent | 4df7a22ff5d8fccb1b24e411772904d973129ca4 (diff) | |
parent | d0361582b0b620064aff90bf88f01d1072b308fe (diff) | |
download | volse-hubzilla-9ae9aedb15dfcb66f5bd9d866bdfb76309c81788.tar.gz volse-hubzilla-9ae9aedb15dfcb66f5bd9d866bdfb76309c81788.tar.bz2 volse-hubzilla-9ae9aedb15dfcb66f5bd9d866bdfb76309c81788.zip |
Merge pull request #944 from dawnbreak/docu
Correcting reported Doxygen syntax warnings.
Diffstat (limited to 'util/Doxyfile')
-rw-r--r-- | util/Doxyfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/util/Doxyfile b/util/Doxyfile index 44fef3838..f700c2abe 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -1,4 +1,4 @@ -INPUT = index.php boot.php mod/ include/ setup/ util/ view/ +INPUT = README.md index.php boot.php mod/ include/ util/ view/ version.inc RECURSIVE = YES PROJECT_NAME = "The RedMatrix" PROJECT_LOGO = images/rm-64.png @@ -12,9 +12,12 @@ GENERATE_LATEX = NO EXTRACT_ALL = YES EXTRACT_PRIVATE = YES GENERATE_TODOLIST = YES -USE_MDFILE_AS_MAINPAGE = README +USE_MDFILE_AS_MAINPAGE = README.md REFERENCED_BY_RELATION = YES GENERATE_TREEVIEW = YES HTML_FOOTER = util/Doxygen.footer ALIASES += "license=@par License:\n" ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\"" +ALIASES += "FIXME=\fixme" +ALIASES += "TODO=\todo" +ALIASES += "BUG=\bug" |