tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 6c4479a90e3097f99a2f7639d5f21595a8809a68
parent c01f624f4a55dbf97cc39e70700143551d4f571c
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue,  5 Nov 2019 09:02:59 -0500

Remove a dot from ALIASES declaration.

Diffstat:
MDoxyfile.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doxyfile.in b/Doxyfile.in @@ -256,7 +256,7 @@ TAB_SIZE = 8 ALIASES = -ALIASES += refdir{1}="\ref ./src/\1 \"\1\"" +ALIASES += refdir{1}="\ref src/\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"