mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user