aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-06 12:56:02 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-06 12:56:02 -0500
commit2ab5b7520ec6d3a45923c9e5a61c3c6ddfb22c43 (patch)
treee49bc81d094b0108c4be775d9dd48ada4e83ae7a /src/core
parent3ae87c3c7f1fb79744a343c0033afa24520a56d6 (diff)
downloadtor-2ab5b7520ec6d3a45923c9e5a61c3c6ddfb22c43.tar.gz
tor-2ab5b7520ec6d3a45923c9e5a61c3c6ddfb22c43.zip
Add missing **/ to core_or.dox
Diffstat (limited to 'src/core')
-rw-r--r--src/core/or/core_or.dox6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/or/core_or.dox b/src/core/or/core_or.dox
index 705e9b5436..7272f7680a 100644
--- a/src/core/or/core_or.dox
+++ b/src/core/or/core_or.dox
@@ -1,6 +1,6 @@
/**
-@dir /core/or
-@brief core/or: *Onion routing happens here*.
+@dir core/or
+@brief core/or: **Onion routing happens here!**
This is the central part of Tor that handles the core tasks of onion routing:
building circuit, handling circuits, attaching circuit to streams, moving
@@ -60,3 +60,5 @@ encrypt, route, and interpret relay cells.
`scheduler.c`
: Decides which channel/circuit pair is ready to receive the next cell.
+
+**/