aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile.user
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-26 19:19:24 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:27 +0100
commit98ebb21489b3206ed745aadb821b400a9f3fa5c6 (patch)
tree9d2aea1113833c9173b897913762d2c5de2d0d85 /Doxyfile.user
parent137abd0cfaa8959224f88a4ebe9584a51468cc88 (diff)
Consistency fixes
Diffstat (limited to 'Doxyfile.user')
-rw-r--r--Doxyfile.user4
1 files changed, 3 insertions, 1 deletions
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}=<span class=\"key\"><b>\1</b></span>"
ALIASES += "key{2}=<span class=\"key\"><em>\1</em><span>-</span><b>\2</b></span>"
@@ -273,6 +273,8 @@ ALIASES += "undr{1}=<span class=\"underline\">\1</span>"
ALIASES += "span{2}=<span style=\"\1\">\2</span>"
ALIASES += "spcl{2}=<span class=\"\1\">\2</span>"
+ALIASES += "bksl{1}=<span>\</span>\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.