aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-05 09:02:59 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-05 09:02:59 -0500
commit6c4479a90e3097f99a2f7639d5f21595a8809a68 (patch)
treef9734914919bdfad9ecb75cebaa84aedaefaf9a8 /Doxyfile.in
parentc01f624f4a55dbf97cc39e70700143551d4f571c (diff)
downloadtor-6c4479a90e3097f99a2f7639d5f21595a8809a68.tar.gz
tor-6c4479a90e3097f99a2f7639d5f21595a8809a68.zip
Remove a dot from ALIASES declaration.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
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"