diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-15 09:10:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-15 09:10:11 -0500 |
commit | 97b5ff2b1d6ec59aea66cc262cf2545c98eefc5b (patch) | |
tree | 647666ffd0b20b0cba476f9fcb330355299ef078 /Doxyfile.in | |
parent | 7aaa4ae3031aff2d84a24abb4522f77b91e4ea53 (diff) | |
parent | 8746fedce4a440cccde2b4683d7aa72e7c0b0c89 (diff) | |
download | tor-97b5ff2b1d6ec59aea66cc262cf2545c98eefc5b.tar.gz tor-97b5ff2b1d6ec59aea66cc262cf2545c98eefc5b.zip |
Merge branch 'ticket32211'
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 5dbe4500eb..a551759576 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. |