commit 3498183807fa626289aab98ed8b2477176a70190 Author: Nick Mathewson nickm@torproject.org Date: Tue Oct 24 19:42:18 2017 -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. --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/or.h b/src/or/or.h index 26f00b718..d1746d9a6 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. */
tor-commits@lists.torproject.org