Add missing **/ to core_or.dox

This commit is contained in:
Nick Mathewson 2019-11-06 12:56:02 -05:00
parent 3ae87c3c7f
commit 2ab5b7520e

View File

@ -1,6 +1,6 @@
/** /**
@dir /core/or @dir core/or
@brief core/or: *Onion routing happens here*. @brief core/or: **Onion routing happens here!**
This is the central part of Tor that handles the core tasks of onion routing: This is the central part of Tor that handles the core tasks of onion routing:
building circuit, handling circuits, attaching circuit to streams, moving building circuit, handling circuits, attaching circuit to streams, moving
@ -60,3 +60,5 @@ encrypt, route, and interpret relay cells.
`scheduler.c` `scheduler.c`
: Decides which channel/circuit pair is ready to receive the next cell. : Decides which channel/circuit pair is ready to receive the next cell.
**/