commit baddb30889fd281962f014614a43f323b5df6ae6 Author: Nick Mathewson nickm@torproject.org Date: Sun Nov 10 15:49:45 2019 -0500
doxygen: add a command for linking to our bugtracker --- Doxyfile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Doxyfile.in b/Doxyfile.in index a087012c7..2ede04447 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/%5C1)" + # 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.
tor-commits@lists.torproject.org