From: Christian Grothoff Date: Thu, 8 Oct 2015 16:13:08 +0000 (+0000) Subject: improve doxygen X-Git-Tag: initial-import-from-subversion-38251~1287 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d824ab7d898f20ac7bd047fad1e5d49494a31f60;p=oweals%2Fgnunet.git improve doxygen --- diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h index 793d069b0..8f2ff738b 100644 --- a/src/include/gnunet_core_service.h +++ b/src/include/gnunet_core_service.h @@ -275,7 +275,7 @@ GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle, /** * Cancel the specified transmission-ready notification. * - * @param th handle that was returned by "notify_transmit_ready". + * @param th handle that was returned by #GNUNET_CORE_notify_transmit_ready(). */ void GNUNET_CORE_notify_transmit_ready_cancel (struct GNUNET_CORE_TransmitHandle *th);