aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile.help
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.help
parent137abd0cfaa8959224f88a4ebe9584a51468cc88 (diff)
Consistency fixes
Diffstat (limited to 'Doxyfile.help')
-rw-r--r--Doxyfile.help12
1 files changed, 7 insertions, 5 deletions
diff --git a/Doxyfile.help b/Doxyfile.help
index 7b905572..018c9281 100644
--- a/Doxyfile.help
+++ b/Doxyfile.help
@@ -228,12 +228,12 @@ TAB_SIZE = 4
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
-# Simplify Fish output from Doxygen for man pages. (see fish_lexicon_filter)
+# Simplify Fish output from Doxygen for man pages. (see lexicon_filter.in)
-ALIASES = "key{1}=<b>\1</b>"
-ALIASES += "key{2}=<b>\1</b>-<em>\2</em>"
-ALIASES += "key{3}=<b>\1</b>-<em>\3</em>"
-ALIASES += "cursor_key{2}=<b>\2</b>"
+ALIASES = "key{1}=[<b>\1</b>]"
+ALIASES += "key{2}=[<b>\1</b>-<em>\2</em>]"
+ALIASES += "key{3}=[<b>\1</b>-<em>\3</em>]"
+ALIASES += "cursor_key{2}=[<b>\2</b>]"
ALIASES += "fish=<pre>"
ALIASES += "fish{1}=<pre>"
@@ -273,6 +273,8 @@ ALIASES += "undr{1}=<em>\1</em>"
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.