aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-04 11:08:04 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-04 11:08:04 -0500
commitb95bc4d839323650bbdf2269b9551c7595ff3b2a (patch)
tree985c2f78801d6a8b6d85ed3506f0332dc9a5a43c /Doxyfile.in
parent62a473debf98cf43a3645366ec5ab6171d735616 (diff)
downloadtor-b95bc4d839323650bbdf2269b9551c7595ff3b2a.tar.gz
tor-b95bc4d839323650bbdf2269b9551c7595ff3b2a.zip
Doxygen: define an alias for linking to a directory.
We need to use this kind of trickery to make directory links work in out-of-tree builds.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 0128f12812..bb0d75cc91 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -255,6 +255,7 @@ TAB_SIZE = 8
# a double escape (\\{ and \\})
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"