From: Nick Mathewson Date: Tue, 5 Nov 2019 14:02:59 +0000 (-0500) Subject: Remove a dot from ALIASES declaration. X-Git-Tag: tor-0.4.3.1-alpha~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c4479a90e3097f99a2f7639d5f21595a8809a68;p=thirdparty%2Ftor.git Remove a dot from ALIASES declaration. --- diff --git a/Doxyfile.in b/Doxyfile.in index cdaccd75cc..be500bbfa8 100644 --- 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"