]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a dot from ALIASES declaration.
authorNick Mathewson <nickm@torproject.org>
Tue, 5 Nov 2019 14:02:59 +0000 (09:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 5 Nov 2019 14:02:59 +0000 (09:02 -0500)
Doxyfile.in

index cdaccd75ccebdc120d4edd54f7cece854190a600..be500bbfa8111a7c0bd2b206498aa8e278fe5480 100644 (file)
@@ -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"