From 10bf46207d0dd550014ed3bc6a5ecae0f4015d8d Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Wed, 7 Sep 2022 21:53:04 +0100 Subject: -DOC: Documentation cleanup pass through HELLO library --- src/hello/hello-ng.c | 4 ++-- src/include/gnunet_hello_lib.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/hello/hello-ng.c b/src/hello/hello-ng.c index 96856a692..da3a069e0 100644 --- a/src/hello/hello-ng.c +++ b/src/hello/hello-ng.c @@ -60,8 +60,8 @@ GNUNET_NETWORK_STRUCT_END * @param nt network type of @a address * @param mono_time monotonic time at which @a address was valid * @param private_key signing key to use - * @param result[out] where to write address record (allocated) - * @param result_size[out] set to size of @a result + * @param[out] result where to write address record (allocated) + * @param[out] result_size set to size of @a result */ void GNUNET_HELLO_sign_address ( diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h index b12108a33..86bf35110 100644 --- a/src/include/gnunet_hello_lib.h +++ b/src/include/gnunet_hello_lib.h @@ -485,8 +485,8 @@ GNUNET_HELLO_parse_uri (const char *uri, * @param nt network type of @a address * @param mono_time when was @a address valid * @param private_key signing key to use - * @param result[out] where to write address record (allocated) - * @param result_size[out] set to size of @a result + * @param[out] result where to write address record (allocated) + * @param[out] result_size set to size of @a result */ void GNUNET_HELLO_sign_address ( @@ -504,8 +504,8 @@ GNUNET_HELLO_sign_address ( * @param raw raw signed address * @param raw_size size of @a raw * @param pid public key to use for signature verification - * @param nt[out] set to network type - * @param mono_time[out] when was the address generated + * @param[out] nt set to network type + * @param[out] mono_time when was the address generated * @return NULL on error, otherwise the address */ char * -- cgit v1.2.3