aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_meta_data.c
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/util/container_meta_data.c
parent7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a (diff)
downloadgnunet-76fe0e518c1b00878102777513f53e754eb20013.tar.gz
gnunet-76fe0e518c1b00878102777513f53e754eb20013.zip
fixing documentation
Diffstat (limited to 'src/util/container_meta_data.c')
-rw-r--r--src/util/container_meta_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/container_meta_data.c b/src/util/container_meta_data.c
index a614f3c4f..b122982d5 100644
--- a/src/util/container_meta_data.c
+++ b/src/util/container_meta_data.c
@@ -227,7 +227,7 @@ GNUNET_CONTAINER_meta_data_test_equal (const struct GNUNET_CONTAINER_MetaData
227 * 227 *
228 * @param md metadata to extend 228 * @param md metadata to extend
229 * @param plugin_name name of the plugin that produced this value; 229 * @param plugin_name name of the plugin that produced this value;
230 * special values can be used (i.e. '<zlib>' for zlib being 230 * special values can be used (i.e. '&lt;zlib&gt;' for zlib being
231 * used in the main libextractor library and yielding 231 * used in the main libextractor library and yielding
232 * meta data). 232 * meta data).
233 * @param type libextractor-type describing the meta data 233 * @param type libextractor-type describing the meta data
@@ -565,7 +565,7 @@ GNUNET_CONTAINER_meta_data_duplicate (const struct GNUNET_CONTAINER_MetaData
565 * 565 *
566 * @param cls closure, our meta data container 566 * @param cls closure, our meta data container
567 * @param plugin_name name of the plugin that produced this value; 567 * @param plugin_name name of the plugin that produced this value;
568 * special values can be used (i.e. '<zlib>' for zlib being 568 * special values can be used (i.e. '&lt;zlib&gt;' for zlib being
569 * used in the main libextractor library and yielding 569 * used in the main libextractor library and yielding
570 * meta data). 570 * meta data).
571 * @param type libextractor-type describing the meta data 571 * @param type libextractor-type describing the meta data