diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-21 15:17:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-21 15:17:59 +0100 |
commit | 5a1c388d4a3216263d4ec4c0b0dee13e654f20c2 (patch) | |
tree | c4400ebca85fb8367e321586728d0f42b412db5b /util/Doxyfile | |
parent | 9980645ab8bf061decc36837ceea1dc5ead9f824 (diff) | |
parent | 590df06556af29861d00ca2f417051fa2c21a7e6 (diff) | |
download | volse-hubzilla-5a1c388d4a3216263d4ec4c0b0dee13e654f20c2.tar.gz volse-hubzilla-5a1c388d4a3216263d4ec4c0b0dee13e654f20c2.tar.bz2 volse-hubzilla-5a1c388d4a3216263d4ec4c0b0dee13e654f20c2.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'util/Doxyfile')
-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\"" |