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?
This commit is contained in:
Klaus Weidenbach 2015-03-21 01:50:08 +01:00
parent 96afe7bf42
commit 91f7da6f01

View File

@ -16,4 +16,5 @@ USE_MDFILE_AS_MAINPAGE = README
REFERENCED_BY_RELATION = YES REFERENCED_BY_RELATION = YES
GENERATE_TREEVIEW = YES GENERATE_TREEVIEW = YES
HTML_FOOTER = util/Doxygen.footer HTML_FOOTER = util/Doxygen.footer
ALIASES += "license=@par License:\n"
ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\""