From 98ebb21489b3206ed745aadb821b400a9f3fa5c6 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 26 Aug 2014 19:19:24 +0100 Subject: Consistency fixes --- Doxyfile.user | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Doxyfile.user') diff --git a/Doxyfile.user b/Doxyfile.user index b1319a78..6d9c2fcc 100644 --- a/Doxyfile.user +++ b/Doxyfile.user @@ -228,7 +228,7 @@ TAB_SIZE = 4 # "Side Effects:". You can put \n's in the value part of an alias to insert # newlines. -# Enhance Fish docs output from Doxygen. (See fish_lexicon_filter.in) +# Enhance Fish docs output from Doxygen. (See lexicon_filter.in) ALIASES = "key{1}=\1" ALIASES += "key{2}=\1-\2" @@ -273,6 +273,8 @@ ALIASES += "undr{1}=\1" ALIASES += "span{2}=\2" ALIASES += "spcl{2}=\2" +ALIASES += "bksl{1}=\\1" + # 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" # will allow you to use the command class in the itcl::class meaning. -- cgit v1.2.3