Doxygen: use \refdir everywhere.

This commit was generated with:

find src -name '*.dox' |xargs perl -i -pe 's{\\ref src/(\S+) \"\S+}{\\refdir{$1}};'
This commit is contained in:
Nick Mathewson
2019-11-04 11:12:27 -05:00
parent b95bc4d839
commit 9b13191192
6 changed files with 46 additions and 45 deletions
+1 -1
View File
@@ -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