commit 8378ad29e6454b92f9a48f05c1d7dbdf2ae8cfe3 parent 7dc78aca2997c89c2bcf4f05cbb93ee326580488 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 21 Oct 2019 12:47:17 -0400 routermode.h: turn a comment into a doxygen comment. Diffstat:
| M | 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 @@ -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