summaryrefslogtreecommitdiff
path: root/src/lib/dispatch
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 /src/lib/dispatch
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 'src/lib/dispatch')
-rw-r--r--src/lib/dispatch/lib_dispatch.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dispatch/lib_dispatch.dox b/src/lib/dispatch/lib_dispatch.dox
index 24a4b79e3c..955b7df64f 100644
--- a/src/lib/dispatch/lib_dispatch.dox
+++ b/src/lib/dispatch/lib_dispatch.dox
@@ -6,7 +6,7 @@ This module provides a general in-process "message dispatch" system in which
typed messages are sent on channels. The dispatch.h header has far more
information.
-It is used by by \ref src/lib/pubsub "lib/pubsub" to implement our general
+It is used by by \refdir{lib/pubsub} to implement our general
inter-module publish/subscribe system.
This is not a fancy multi-threaded many-to-many dispatcher as you may be used