tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3498183807fa626289aab98ed8b2477176a70190
parent 8d908b961fc90628c449b344f5181eeec3e3bd70
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 24 Oct 2017 19:42:18 -0400

Turn a comment into a doxygen comment.

Crediting this * to teor, in penance for mis-crediting his x removal
to Isis.  The balance is restored.

Diffstat:
Msrc/or/or.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/or.h b/src/or/or.h @@ -2245,7 +2245,7 @@ typedef struct { * a purpose we didn't recognize. */ #define ROUTER_PURPOSE_UNKNOWN 255 - /* In what way did we find out about this router? One of ROUTER_PURPOSE_*. + /** In what way did we find out about this router? One of ROUTER_PURPOSE_*. * Routers of different purposes are kept segregated and used for different * things; see notes on ROUTER_PURPOSE_* macros above. */