summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-24 19:42:18 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-24 19:42:18 -0400
commit3498183807fa626289aab98ed8b2477176a70190 (patch)
treef9bc0de0966896048177013fe62421742ea7f94c /src
parent8d908b961fc90628c449b344f5181eeec3e3bd70 (diff)
downloadtor-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.h2
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.
*/