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:
parent
96afe7bf42
commit
91f7da6f01
@ -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\""
|
||||
|
Reference in New Issue
Block a user