aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-10 15:49:45 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-10 15:49:45 -0500
commitbaddb30889fd281962f014614a43f323b5df6ae6 (patch)
treedc2b7974924be472e3698c2c7a3076f86111de6f /Doxyfile.in
parentf6c9ca3a1d1c29a293915612e26cdbfeb050c192 (diff)
downloadtor-baddb30889fd281962f014614a43f323b5df6ae6.tar.gz
tor-baddb30889fd281962f014614a43f323b5df6ae6.zip
doxygen: add a command for linking to our bugtracker
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index a087012c71..2ede044473 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -258,6 +258,8 @@ ALIASES =
ALIASES += refdir{1}="\ref src/\1 \"\1\""
+ALIASES += ticket{1}="[ticket \1](https://bugs.torproject.org/\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.