[tor-commits] [tor/master] Add missing **/ to core_or.dox

nickm at torproject.org nickm at torproject.org
Wed Nov 6 17:56:08 UTC 2019


commit 2ab5b7520ec6d3a45923c9e5a61c3c6ddfb22c43
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 6 12:56:02 2019 -0500

    Add missing **/ to core_or.dox
---
 src/core/or/core_or.dox | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/core/or/core_or.dox b/src/core/or/core_or.dox
index 705e9b543..7272f7680 100644
--- a/src/core/or/core_or.dox
+++ b/src/core/or/core_or.dox
@@ -1,6 +1,6 @@
 /**
- at dir /core/or
- at brief core/or: *Onion routing happens here*.
+ at dir core/or
+ at 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.
+
+**/



More information about the tor-commits mailing list