From d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4 Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Fri, 2 Sep 2022 22:45:52 +0100 Subject: -DOC: Minor fixes to doc comments (mostly correcting typos) to resolve 'unknown command' warnings --- src/cadet/gnunet-service-cadet_channel.c | 4 ++-- src/cadet/gnunet-service-cadet_peer.c | 4 ++-- src/cadet/gnunet-service-cadet_tunnels.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cadet') diff --git a/src/cadet/gnunet-service-cadet_channel.c b/src/cadet/gnunet-service-cadet_channel.c index f742ba4a7..78658c296 100644 --- a/src/cadet/gnunet-service-cadet_channel.c +++ b/src/cadet/gnunet-service-cadet_channel.c @@ -1157,7 +1157,7 @@ GCCH_handle_channel_open_ack ( * @param cls closure, to a flag where we indicate duplicate packets * @param m1 a message of to sort * @param m2 another message to sort - * @return #GNUNET_YES if @e1 < @e2, otherwise #GNUNET_NO + * @return #GNUNET_YES if @a e1 < @a e2, otherwise #GNUNET_NO */ static int is_before (void *cls, @@ -1645,7 +1645,7 @@ GCCH_handle_remote_destroy ( * @param cls closure, to a flag where we indicate duplicate packets * @param crm1 an element of to sort * @param crm2 another element to sort - * @return #GNUNET_YES if @e1 < @e2, otherwise #GNUNET_NO + * @return #GNUNET_YES if @a e1 < @a e2, otherwise #GNUNET_NO */ static int cmp_crm_by_next_retry (void *cls, diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c index 99669eb05..3fb0eed94 100644 --- a/src/cadet/gnunet-service-cadet_peer.c +++ b/src/cadet/gnunet-service-cadet_peer.c @@ -211,7 +211,7 @@ struct CadetPeer /** * Sum over all of the offsets of all of the paths in the @a path_heads DLLs. - * Used to speed-up @GCP_get_desirability_of_path() calculation. + * Used to speed-up #GCP_get_desirability_of_path() calculation. */ unsigned int off_sum; @@ -225,7 +225,7 @@ struct CadetPeer unsigned int mqm_ready_counter; /** - * Current length of the @e path_heads and @path_tails arrays. + * Current length of the @e path_heads and @e path_tails arrays. * The arrays should be grown as needed. */ unsigned int path_dll_length; diff --git a/src/cadet/gnunet-service-cadet_tunnels.c b/src/cadet/gnunet-service-cadet_tunnels.c index 9653fd3ec..ca91a0e01 100644 --- a/src/cadet/gnunet-service-cadet_tunnels.c +++ b/src/cadet/gnunet-service-cadet_tunnels.c @@ -169,7 +169,7 @@ struct CadetTunnelAxolotl * 32-byte chain keys (used for forward-secrecy) for * receiving messages. Updated for every message. If * messages are skipped, the respective derived MKs - * (and the current @HKr) are kept in the @e skipped_head DLL. + * (and the current @e HKr) are kept in the @e skipped_head DLL. */ struct GNUNET_CRYPTO_SymmetricSessionKey CKr; -- cgit v1.2.3