From 2315ef124c25961fc88eadbf6b9d396de5d8f992 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2013 22:40:56 +0000 Subject: [PATCH] -doxygen --- src/conversation/gnunet-conversation.c | 6 +++--- src/conversation/gnunet-service-conversation.c | 2 +- src/fs/fs_file_information.c | 3 --- src/include/gnunet_fs_service.h | 3 --- src/include/gnunet_namestore_service.h | 2 +- src/include/gnunet_revocation_service.h | 2 +- src/namestore/namestore_api_common.c | 2 +- src/revocation/revocation_api.c | 2 +- 8 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index ce8a50a62..ad91d3007 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -354,7 +354,7 @@ struct VoipCommand /** * Action function to print help for the command shell. * - * @param arguments arguments given to the command + * @param args arguments given to the command */ static void do_help (const char *args); @@ -375,7 +375,7 @@ do_quit (const char *args) /** * Handler for unknown command. * - * @param args arguments given to the command + * @param msg arguments given to the command */ static void do_unknown (const char *msg) @@ -389,7 +389,7 @@ do_unknown (const char *msg) /** * Initiating a new call * - * @param args arguments given to the command + * @param arg arguments given to the command */ static void do_call (const char *arg) diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c index 4e2b1455d..3b610c007 100644 --- a/src/conversation/gnunet-service-conversation.c +++ b/src/conversation/gnunet-service-conversation.c @@ -527,7 +527,7 @@ handle_client_call_message (void *cls, * @param cls the `struct Line` we are transmitting for * @param size number of bytes available in @a buf * @param buf where to copy the data - * @return number of bytes copied to @buf + * @return number of bytes copied to @a buf */ static size_t transmit_line_audio (void *cls, diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c index ad3dda05b..1e997cfab 100644 --- a/src/fs/fs_file_information.c +++ b/src/fs/fs_file_information.c @@ -273,9 +273,6 @@ GNUNET_FS_file_information_is_directory (const struct GNUNET_FS_FileInformation /** * Create an entry for an empty directory in a publish-structure. - * This function should be used by applications for which the - * use of "GNUNET_FS_file_information_create_from_directory" - * is not appropriate. * * @param h handle to the file sharing subsystem * @param client_info initial value for the client-info value for this entry diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h index 3a3228a6e..dbd885353 100644 --- a/src/include/gnunet_fs_service.h +++ b/src/include/gnunet_fs_service.h @@ -1841,9 +1841,6 @@ GNUNET_FS_file_information_create_from_reader (struct GNUNET_FS_Handle *h, /** * Create an entry for an empty directory in a publish-structure. - * This function should be used by applications for which the - * use of #GNUNET_FS_file_information_create_from_directory - * is not appropriate. * * @param h handle to the file sharing subsystem * @param client_info initial client-info value for this entry diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h index c296d5eec..adc1a7e1d 100644 --- a/src/include/gnunet_namestore_service.h +++ b/src/include/gnunet_namestore_service.h @@ -568,7 +568,7 @@ GNUNET_NAMESTORE_string_to_value (uint32_t type, /** * Convert a type name (i.e. "AAAA") to the corresponding number. * - * @param typename name to convert + * @param dns_typename name to convert * @return corresponding number, UINT32_MAX on error */ uint32_t diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h index 0cbe0ea14..1df44b066 100644 --- a/src/include/gnunet_revocation_service.h +++ b/src/include/gnunet_revocation_service.h @@ -104,7 +104,7 @@ struct GNUNET_REVOCATION_Handle; * (called with `is_valid` being #GNUNET_NO if * the revocation worked). * @param func_cls closure to pass to @a func - * @return handle to use in #GNUNET_REVOCATION_cancel to stop REVOCATION from invoking the callback + * @return handle to use in #GNUNET_REVOCATION_revoke_cancel to stop REVOCATION from invoking the callback */ struct GNUNET_REVOCATION_Handle * GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg, diff --git a/src/namestore/namestore_api_common.c b/src/namestore/namestore_api_common.c index ca5d8072f..5cadf8997 100644 --- a/src/namestore/namestore_api_common.c +++ b/src/namestore/namestore_api_common.c @@ -1129,7 +1129,7 @@ static struct { /** * Convert a type name (i.e. "AAAA") to the corresponding number. * - * @param typename name to convert + * @param dns_typename name to convert * @return corresponding number, UINT32_MAX on error */ uint32_t diff --git a/src/revocation/revocation_api.c b/src/revocation/revocation_api.c index 55a130202..109d4afc5 100644 --- a/src/revocation/revocation_api.c +++ b/src/revocation/revocation_api.c @@ -160,7 +160,7 @@ struct GNUNET_REVOCATION_Handle * (called with `is_valid` being #GNUNET_NO if * the revocation worked). * @param func_cls closure to pass to @a func - * @return handle to use in #GNUNET_REVOCATION_cancel to stop REVOCATION from invoking the callback + * @return handle to use in #GNUNET_REVOCATION_revoke_cancel to stop REVOCATION from invoking the callback */ struct GNUNET_REVOCATION_Handle * GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg, -- 2.25.1