[tor-commits] [tor/master] Doxygen: define an alias for linking to a directory.

nickm at torproject.org nickm at torproject.org
Tue Nov 5 13:05:57 UTC 2019


commit b95bc4d839323650bbdf2269b9551c7595ff3b2a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Nov 4 11:08:04 2019 -0500

    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.
---
 Doxyfile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Doxyfile.in b/Doxyfile.in
index 0128f1281..bb0d75cc9 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"





More information about the tor-commits mailing list