summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 0128f12812..547a7db190 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -256,6 +256,8 @@ TAB_SIZE = 8
ALIASES =
+ALIASES += refdir{1}="\ref @top_srcdir@/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"
# will allow you to use the command class in the itcl::class meaning.