[tor-commits] [tor/master] Remove a dot from ALIASES declaration.
dgoulet at torproject.org
dgoulet at torproject.org
Tue Nov 5 14:06:12 UTC 2019
commit 6c4479a90e3097f99a2f7639d5f21595a8809a68
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Nov 5 09:02:59 2019 -0500
Remove a dot from ALIASES declaration.
---
Doxyfile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doxyfile.in b/Doxyfile.in
index cdaccd75c..be500bbfa 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"
More information about the tor-commits
mailing list