diff options
author | RedMatrix <info@friendica.com> | 2015-03-21 15:03:08 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-03-21 15:03:08 +1100 |
commit | 590df06556af29861d00ca2f417051fa2c21a7e6 (patch) | |
tree | 273a6d6ad4d4465252817c6bd84437c011540c70 | |
parent | 85dd08427c6067554762854c584eae0ca90fea43 (diff) | |
parent | 91f7da6f01c1a388ff3b25a925e84f3fee79ecce (diff) | |
download | volse-hubzilla-590df06556af29861d00ca2f417051fa2c21a7e6.tar.gz volse-hubzilla-590df06556af29861d00ca2f417051fa2c21a7e6.tar.bz2 volse-hubzilla-590df06556af29861d00ca2f417051fa2c21a7e6.zip |
Merge pull request #933 from dawnbreak/docu
Extend Doxygen configuration a bit to display more.
-rw-r--r-- | util/Doxyfile | 3 |
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\"" |