diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-04 11:12:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-04 11:12:27 -0500 |
commit | 9b13191192eefd79a1bfa5fbbd2e45c06ff1e005 (patch) | |
tree | 81c05d9fd620f6b98daf659c02520ccc142dfb68 /Doxyfile.in | |
parent | b95bc4d839323650bbdf2269b9551c7595ff3b2a (diff) | |
download | tor-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.in | 1 |
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). |