From: Christian Grothoff Date: Thu, 27 Jan 2011 09:07:42 +0000 (+0000) Subject: doxygen X-Git-Tag: initial-import-from-subversion-38251~19239 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3987e36bc0a7e14336bda1494c723fdd08d8bd8a;p=oweals%2Fgnunet.git doxygen --- diff --git a/src/chat/chat.c b/src/chat/chat.c index 14480c3e2..da1237d84 100644 --- a/src/chat/chat.c +++ b/src/chat/chat.c @@ -19,7 +19,7 @@ */ /** - * @file chat/chat_api.c + * @file chat/chat.c * @brief convenience API for sending and receiving chat messages * @author Christian Grothoff * @author Nathan Evans diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c index ca972861d..55834c048 100644 --- a/src/fs/fs_download.c +++ b/src/fs/fs_download.c @@ -463,7 +463,7 @@ check_completed (struct GNUNET_FS_DownloadContext *dc) * Try it for upward reconstruction of the data. On success, * the top-level block will move to state BRS_DOWNLOAD_UP. * - * @param dr one of our request entries + * @param dc context for the download * @param dr download request to match against * @param data plaintext data, starting from the beginning of the file * @param data_len number of bytes in data diff --git a/src/fs/gnunet-service-fs_lc.h b/src/fs/gnunet-service-fs_lc.h index edc199fd8..2663fbc67 100644 --- a/src/fs/gnunet-service-fs_lc.h +++ b/src/fs/gnunet-service-fs_lc.h @@ -111,9 +111,9 @@ GSF_local_client_register_disconnect_callback_ (struct GSF_LocalClient *lc, * @param it_cls closure for it */ void -GSF_connected_peer_unregister_disconnect_callback_ (struct GSF_ConnectedPeer *cp, - GSF_PendingRequestIterator it, - void *it_cls); +GSF_local_client_unregister_disconnect_callback_ (struct GSF_LocalClient *lc, + GSF_PendingRequestIterator it, + void *it_cls); #endif /* end of gnunet-service-fs_lc.h */ diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index f17d37146..d35ef7735 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -894,7 +894,7 @@ get_next_queue_Session (struct Plugin * plugin){ /** * Function to sort the message into the message fragment queue * @param plugin the plugin struct - * @param message to sort into the queue + * @param fm message to sort into the queue */ static void sort_fragment_into_queue (struct Plugin * plugin, struct FragmentMessage * fm){ diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c index d74f6ec9f..c0646c302 100644 --- a/src/util/getopt_helpers.c +++ b/src/util/getopt_helpers.c @@ -168,7 +168,7 @@ GNUNET_GETOPT_format_help_ (struct GNUNET_GETOPT_CommandLineProcessorContext int GNUNET_GETOPT_increment_value (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, - void *scls, const char *cmdLineOption, + void *scls, const char *option, const char *value) { int *val = scls;