aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2015-03-21 01:50:08 +0100
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2015-03-21 01:56:20 +0100
commit91f7da6f01c1a388ff3b25a925e84f3fee79ecce (patch)
treeb4ae26af8e733b443c6c9068f3ac8ec4e488658d /util/Doxyfile
parent96afe7bf425ae5d2096f078358e174b29365c0f2 (diff)
downloadvolse-hubzilla-91f7da6f01c1a388ff3b25a925e84f3fee79ecce.tar.gz
volse-hubzilla-91f7da6f01c1a388ff3b25a925e84f3fee79ecce.tar.bz2
volse-hubzilla-91f7da6f01c1a388ff3b25a925e84f3fee79ecce.zip
Extend Doxygen configuration a bit to display more.
Add view of \license information in Doxygen information and add an overview page for \fixme which is used in source code. We have Bug List, Fixme List, Todo List and Deprecated List. Do we have some other tags we use that we could collect and display?
Diffstat (limited to 'util/Doxyfile')
-rw-r--r--util/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/Doxyfile b/util/Doxyfile
index c5c205de7..44fef3838 100644
--- a/util/Doxyfile
+++ b/util/Doxyfile
@@ -16,4 +16,5 @@ USE_MDFILE_AS_MAINPAGE = README
REFERENCED_BY_RELATION = YES
GENERATE_TREEVIEW = YES
HTML_FOOTER = util/Doxygen.footer
-
+ALIASES += "license=@par License:\n"
+ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\""