]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
routermode.h: turn a comment into a doxygen comment.
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Oct 2019 16:47:17 +0000 (12:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Oct 2019 16:47:17 +0000 (12:47 -0400)
src/feature/relay/routermode.h

index ddf621e5c7a9e38f6180fb876d45d3eb0486946b..f6195a86989a81c67a9fc6c5f287b101ccf69a75 100644 (file)
@@ -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