Commit 8378ad29 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

routermode.h: turn a comment into a doxygen comment.

parent 7dc78aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ MOCK_DECL(int, advertised_server_mode, (void));

void set_server_advertised(int s);

/* Is the relay module enabled? */
/** Is the relay module enabled? */
#define have_module_relay() (1)

#else