From 9b13191192eefd79a1bfa5fbbd2e45c06ff1e005 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 4 Nov 2019 11:12:27 -0500 Subject: Doxygen: use \refdir everywhere. This commit was generated with: find src -name '*.dox' |xargs perl -i -pe 's{\\ref src/(\S+) \"\S+}{\\refdir{$1}};' --- Doxyfile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Doxyfile.in') 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). -- cgit v1.2.3-54-g00ecf