aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-21 12:47:17 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-21 12:47:17 -0400
commit8378ad29e6454b92f9a48f05c1d7dbdf2ae8cfe3 (patch)
treec6cbd1a4438e3d2f59a6393d114b6644e903b73e /src/feature
parent7dc78aca2997c89c2bcf4f05cbb93ee326580488 (diff)
downloadtor-8378ad29e6454b92f9a48f05c1d7dbdf2ae8cfe3.tar.gz
tor-8378ad29e6454b92f9a48f05c1d7dbdf2ae8cfe3.zip
routermode.h: turn a comment into a doxygen comment.
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/relay/routermode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/routermode.h b/src/feature/relay/routermode.h
index ddf621e5c7..f6195a8698 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