aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 22:45:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:29 +0100
commitd4f25caabd6098a2cbb713c9cd8228c1f9a26fe4 (patch)
treefd9e4747415780951809ae3c1ff7330a32853923 /src/transport
parente13e66d0dc6a79f6dfe469ba075f307c006fdb66 (diff)
downloadgnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.tar.gz
gnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.zip
-DOC: Minor fixes to doc comments (mostly correcting typos) to resolve 'unknown command' warnings
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-tng.c4
-rw-r--r--src/transport/transport-testing-main.c2
-rw-r--r--src/transport/transport-testing-main2.c2
-rw-r--r--src/transport/transport_api_monitor_plugins.c4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c
index 7efe07fda..7ea34735b 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -3247,7 +3247,7 @@ struct MonitorEvent
3247 3247
3248 3248
3249/** 3249/**
3250 * Free a @dvh. Callers MAY want to check if this was the last path to the 3250 * Free a @a dvh. Callers MAY want to check if this was the last path to the
3251 * `target`, and if so call #free_dv_route to also free the associated DV 3251 * `target`, and if so call #free_dv_route to also free the associated DV
3252 * entry in #dv_routes (if not, the associated scheduler job should eventually 3252 * entry in #dv_routes (if not, the associated scheduler job should eventually
3253 * take care of it). 3253 * take care of it).
@@ -7550,7 +7550,7 @@ check_dv_box (void *cls, const struct TransportDVBoxMessage *dvb)
7550 7550
7551/** 7551/**
7552 * Create a DV Box message and queue it for transmission to 7552 * Create a DV Box message and queue it for transmission to
7553 * @ea next_hop. 7553 * @a next_hop.
7554 * 7554 *
7555 * @param next_hop peer to receive the message next 7555 * @param next_hop peer to receive the message next
7556 * @param total_hops how many hops did the message take so far 7556 * @param total_hops how many hops did the message take so far
diff --git a/src/transport/transport-testing-main.c b/src/transport/transport-testing-main.c
index 20c58eeee..8d1727d77 100644
--- a/src/transport/transport-testing-main.c
+++ b/src/transport/transport-testing-main.c
@@ -253,7 +253,7 @@ my_nc (void *cls,
253 * 253 *
254 * @param cls our `struct GNUNET_TRANSPORT_TESTING_InternalPeerContext *` 254 * @param cls our `struct GNUNET_TRANSPORT_TESTING_InternalPeerContext *`
255 * @param peer peer we got disconnected from 255 * @param peer peer we got disconnected from
256 * @param custom_cls return value from @my_nc 256 * @param custom_cls return value from @a my_nc
257 */ 257 */
258static void 258static void
259my_nd (void *cls, 259my_nd (void *cls,
diff --git a/src/transport/transport-testing-main2.c b/src/transport/transport-testing-main2.c
index 62aa3ceb7..de0b7f4cd 100644
--- a/src/transport/transport-testing-main2.c
+++ b/src/transport/transport-testing-main2.c
@@ -253,7 +253,7 @@ my_nc (void *cls,
253 * 253 *
254 * @param cls our `struct GNUNET_TRANSPORT_TESTING_InternalPeerContext *` 254 * @param cls our `struct GNUNET_TRANSPORT_TESTING_InternalPeerContext *`
255 * @param peer peer we got disconnected from 255 * @param peer peer we got disconnected from
256 * @param custom_cls return value from @my_nc 256 * @param custom_cls return value from @a my_nc
257 */ 257 */
258static void 258static void
259my_nd (void *cls, 259my_nd (void *cls,
diff --git a/src/transport/transport_api_monitor_plugins.c b/src/transport/transport_api_monitor_plugins.c
index d8eddddaa..43a11442b 100644
--- a/src/transport/transport_api_monitor_plugins.c
+++ b/src/transport/transport_api_monitor_plugins.c
@@ -211,7 +211,7 @@ locate_by_id (void *cls,
211 * Function called with responses from the service. 211 * Function called with responses from the service.
212 * 212 *
213 * @param cls our `struct GNUNET_TRANSPORT_PluginMonitor *` 213 * @param cls our `struct GNUNET_TRANSPORT_PluginMonitor *`
214 * @paramm tpmm message with event data 214 * @param tpmm message with event data
215 * @return #GNUNET_Ok if message is well-formed 215 * @return #GNUNET_Ok if message is well-formed
216 */ 216 */
217static int 217static int
@@ -243,7 +243,7 @@ check_event (void *cls,
243 * Function called with responses from the service. 243 * Function called with responses from the service.
244 * 244 *
245 * @param cls our `struct GNUNET_TRANSPORT_PluginMonitor *` 245 * @param cls our `struct GNUNET_TRANSPORT_PluginMonitor *`
246 * @paramm tpmm message with event data 246 * @param tpmm message with event data
247 */ 247 */
248static void 248static void
249handle_event (void *cls, 249handle_event (void *cls,