From 6665a63cf3ddaf71a0f502f7a3ea0bcfab1b58ce Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sat, 4 Mar 2017 19:06:52 +0000 Subject: [PATCH] Doxygen: improved our custom \fixme alias to create its own list. --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 2f2ed44f8..6d1f18d25 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -239,7 +239,7 @@ TAB_SIZE = 4 # newlines. ALIASES = "threadsafe=@remarks This function is thread safe." \ - "fixme=\todo" + "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\"" # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding "class=itcl::class"