summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-04 11:13:30 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-04 11:13:30 -0500
commitfd271363296b89cb3a11e97e507546b3600fde59 (patch)
tree38f627d3417dff86208ad015e6c356aa15a8865f /src/lib
parent9b13191192eefd79a1bfa5fbbd2e45c06ff1e005 (diff)
downloadtor-fd271363296b89cb3a11e97e507546b3600fde59.tar.gz
tor-fd271363296b89cb3a11e97e507546b3600fde59.zip
Doxygen: fix a remaining \ref-to-directory
This one was missed by the perl script in the last commit because it spanned a newline.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/lib.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/lib.dox b/src/lib/lib.dox
index b4babf798e..da6f7b2d2e 100644
--- a/src/lib/lib.dox
+++ b/src/lib/lib.dox
@@ -70,9 +70,9 @@ level):
function-tracing functionality Tor. (_Currently not much used._)
- \refdir{lib/thread} -- Threading compatibility and utility
- functionality, other than low-level locks (which are in \ref
- src/lib/lock "lib/lock") and workqueue/threadpool code (which belongs
- in \refdir{lib/evloop}
+ functionality, other than low-level locks (which are in
+ \refdir{lib/lock} and workqueue/threadpool code (which belongs
+ in \refdir{lib/evloop}.)
- \refdir{lib/term} -- Terminal manipulation
(like reading a password from the user).