aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-04 11:12:27 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-04 11:12:27 -0500
commit9b13191192eefd79a1bfa5fbbd2e45c06ff1e005 (patch)
tree81c05d9fd620f6b98daf659c02520ccc142dfb68 /Doxyfile.in
parentb95bc4d839323650bbdf2269b9551c7595ff3b2a (diff)
downloadtor-9b13191192eefd79a1bfa5fbbd2e45c06ff1e005.tar.gz
tor-9b13191192eefd79a1bfa5fbbd2e45c06ff1e005.zip
Doxygen: use \refdir everywhere.
This commit was generated with: find src -name '*.dox' |xargs perl -i -pe 's{\\ref src/(\S+) \"\S+}{\\refdir{$1}};'
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 bb0d75cc91..547a7db190 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).