diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-05 09:02:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-05 09:02:59 -0500 |
commit | 6c4479a90e3097f99a2f7639d5f21595a8809a68 (patch) | |
tree | f9734914919bdfad9ecb75cebaa84aedaefaf9a8 /Doxyfile.in | |
parent | c01f624f4a55dbf97cc39e70700143551d4f571c (diff) | |
download | tor-6c4479a90e3097f99a2f7639d5f21595a8809a68.tar.gz tor-6c4479a90e3097f99a2f7639d5f21595a8809a68.zip |
Remove a dot from ALIASES declaration.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
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" |