From 76fe0e518c1b00878102777513f53e754eb20013 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Jan 2010 18:24:18 +0000 Subject: fixing documentation --- src/fs/fs_uri.c | 2 +- src/fs/gnunet-directory.c | 6 +++++- src/fs/gnunet-publish.c | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) (limited to 'src/fs') diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index 16b6e26e9..665f04728 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -1470,7 +1470,7 @@ GNUNET_FS_uri_test_loc (const struct GNUNET_FS_Uri *uri) * * @param cls URI to update * @param plugin_name name of the plugin that produced this value; - * special values can be used (i.e. '' for zlib being + * special values can be used (i.e. '<zlib>' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c index 3ea76985e..fe2ae8af6 100644 --- a/src/fs/gnunet-directory.c +++ b/src/fs/gnunet-directory.c @@ -32,7 +32,11 @@ static int ret; * * @param cls closure (unused) * @param type type of the keyword - * @param data value of the keyword + * @param format format of data + * @param data_mime_type mime type of data + * @param data value of the meta data + * @param data_size number of bytes in data + * @return always 0 (to continue iterating) */ static int item_printer (void *cls, diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c index 65f437f11..226877b15 100644 --- a/src/fs/gnunet-publish.c +++ b/src/fs/gnunet-publish.c @@ -139,7 +139,10 @@ progress_cb (void *cls, * * @param cls closure * @param type type of the meta data + * @param format format of data + * @param data_mime_type mime type of data * @param data value of the meta data + * @param data_size number of bytes in data * @return always 0 */ static int @@ -169,7 +172,10 @@ meta_printer (void *cls, * * @param cls closure, target metadata structure * @param type type of the meta data + * @param format format of data + * @param data_mime_type mime type of data * @param data value of the meta data + * @param data_size number of bytes in data * @return always 0 */ static int -- cgit v1.2.3