[tor-commits] [tor/master] routermode.h: turn a comment into a doxygen comment.

nickm at torproject.org nickm at torproject.org
Mon Oct 21 16:47:32 UTC 2019


commit 8378ad29e6454b92f9a48f05c1d7dbdf2ae8cfe3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Oct 21 12:47:17 2019 -0400

    routermode.h: turn a comment into a doxygen comment.
---
 src/feature/relay/routermode.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/relay/routermode.h b/src/feature/relay/routermode.h
index ddf621e5c..f6195a869 100644
--- a/src/feature/relay/routermode.h
+++ b/src/feature/relay/routermode.h
@@ -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



More information about the tor-commits mailing list