Remove a dot from ALIASES declaration.

This commit is contained in:
Nick Mathewson 2019-11-05 09:02:59 -05:00
parent c01f624f4a
commit 6c4479a90e

View 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"