]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
doxygen: add a command for linking to our bugtracker
authorNick Mathewson <nickm@torproject.org>
Sun, 10 Nov 2019 20:49:45 +0000 (15:49 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 10 Nov 2019 20:49:45 +0000 (15:49 -0500)
Doxyfile.in

index a087012c7156ddcf048d9e97c08a1392ac1937a4..2ede0444731b4f8f058134a9ff190feff6a7e704 100644 (file)
@@ -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.