aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-14 18:24:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-14 18:24:18 +0000
commit76fe0e518c1b00878102777513f53e754eb20013 (patch)
treee9fcbef8663c036ec55dd5dad314cbb3c3d2ec62 /src/fs
parent7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a (diff)
downloadgnunet-76fe0e518c1b00878102777513f53e754eb20013.tar.gz
gnunet-76fe0e518c1b00878102777513f53e754eb20013.zip
fixing documentation
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_uri.c2
-rw-r--r--src/fs/gnunet-directory.c6
-rw-r--r--src/fs/gnunet-publish.c6
3 files changed, 12 insertions, 2 deletions
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)
1470 * 1470 *
1471 * @param cls URI to update 1471 * @param cls URI to update
1472 * @param plugin_name name of the plugin that produced this value; 1472 * @param plugin_name name of the plugin that produced this value;
1473 * special values can be used (i.e. '<zlib>' for zlib being 1473 * special values can be used (i.e. '&lt;zlib&gt;' for zlib being
1474 * used in the main libextractor library and yielding 1474 * used in the main libextractor library and yielding
1475 * meta data). 1475 * meta data).
1476 * @param type libextractor-type describing the meta data 1476 * @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;
32 * 32 *
33 * @param cls closure (unused) 33 * @param cls closure (unused)
34 * @param type type of the keyword 34 * @param type type of the keyword
35 * @param data value of the keyword 35 * @param format format of data
36 * @param data_mime_type mime type of data
37 * @param data value of the meta data
38 * @param data_size number of bytes in data
39 * @return always 0 (to continue iterating)
36 */ 40 */
37static int 41static int
38item_printer (void *cls, 42item_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,
139 * 139 *
140 * @param cls closure 140 * @param cls closure
141 * @param type type of the meta data 141 * @param type type of the meta data
142 * @param format format of data
143 * @param data_mime_type mime type of data
142 * @param data value of the meta data 144 * @param data value of the meta data
145 * @param data_size number of bytes in data
143 * @return always 0 146 * @return always 0
144 */ 147 */
145static int 148static int
@@ -169,7 +172,10 @@ meta_printer (void *cls,
169 * 172 *
170 * @param cls closure, target metadata structure 173 * @param cls closure, target metadata structure
171 * @param type type of the meta data 174 * @param type type of the meta data
175 * @param format format of data
176 * @param data_mime_type mime type of data
172 * @param data value of the meta data 177 * @param data value of the meta data
178 * @param data_size number of bytes in data
173 * @return always 0 179 * @return always 0
174 */ 180 */
175static int 181static int