Explorar el Código

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.
Nick Mathewson hace 6 años
padre
commit
3498183807
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/or.h

+ 1 - 1
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.
    */