From: Bart Polot Date: Fri, 4 Nov 2016 09:47:24 +0000 (+0000) Subject: - update doxygen / doc X-Git-Tag: initial-import-from-subversion-38251~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed37f9ea1b7c49822ab5b806e0de7d62a820df94;p=oweals%2Fgnunet.git - update doxygen / doc --- diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c index b65df9f4b..9d7b8dd1d 100644 --- a/src/cadet/gnunet-service-cadet_connection.c +++ b/src/cadet/gnunet-service-cadet_connection.c @@ -3231,7 +3231,7 @@ GCC_is_direct (struct CadetConnection *c) * @param cont_cls Closure for @c cont. * * @return Handle to cancel the message before it's sent. - * NULL on error or if @c cont is NULL. + * NULL on error. * Invalid on @c cont call. */ struct CadetConnectionQueue * @@ -3273,6 +3273,7 @@ GCC_send_prebuilt_message (const struct GNUNET_MessageHeader *message, break; case GNUNET_MESSAGE_TYPE_CADET_KX: + /* nothing to do here */ break; case GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE: diff --git a/src/cadet/gnunet-service-cadet_connection.h b/src/cadet/gnunet-service-cadet_connection.h index 3fb4b8d09..18f33ce7c 100644 --- a/src/cadet/gnunet-service-cadet_connection.h +++ b/src/cadet/gnunet-service-cadet_connection.h @@ -503,7 +503,7 @@ GCC_cancel (struct CadetConnectionQueue *q); * @param cont_cls Closure for @c cont. * * @return Handle to cancel the message before it's sent. - * NULL on error or if @c cont is NULL. + * NULL on error. * Invalid on @c cont call. */ struct CadetConnectionQueue *