From d0361582b0b620064aff90bf88f01d1072b308fe Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sun, 22 Mar 2015 00:06:08 +0100 Subject: Correcting reported Doxygen syntax warnings. Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation. --- util/Doxyfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'util/Doxyfile') 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" -- cgit v1.2.3