diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:42:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:42:18 -0400 |
commit | 3498183807fa626289aab98ed8b2477176a70190 (patch) | |
tree | f9bc0de0966896048177013fe62421742ea7f94c /src | |
parent | 8d908b961fc90628c449b344f5181eeec3e3bd70 (diff) | |
download | tor-3498183807fa626289aab98ed8b2477176a70190.tar.gz tor-3498183807fa626289aab98ed8b2477176a70190.zip |
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 (limited to 'src')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 26f00b7181..d1746d9a6e 100644 --- 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. */ |