aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
commit7860a8fa9e6cca9f59efbfee307a01545578f59f (patch)
tree5b67fbd18646dfa9d4ae472d6a995e86c384b5e7 /src/fs
parent26482491f9faa76ae8b98e27694c14d5140c1e69 (diff)
downloadgnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.tar.gz
gnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.zip
-doxygen fixes
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_file_information.c2
-rw-r--r--src/fs/plugin_block_fs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c
index b094ed7d5..0925d57ec 100644
--- a/src/fs/fs_file_information.c
+++ b/src/fs/fs_file_information.c
@@ -477,7 +477,7 @@ struct MetaValueInformation
477 * 477 *
478 * @param cls the container multihashmap to update 478 * @param cls the container multihashmap to update
479 * @param plugin_name name of the plugin that produced this value; 479 * @param plugin_name name of the plugin that produced this value;
480 * special values can be used (i.e. '<zlib>' for zlib being 480 * special values can be used (i.e. '&lt;zlib&gt;' for zlib being
481 * used in the main libextractor library and yielding 481 * used in the main libextractor library and yielding
482 * meta data). 482 * meta data).
483 * @param type libextractor-type describing the meta data 483 * @param type libextractor-type describing the meta data
diff --git a/src/fs/plugin_block_fs.c b/src/fs/plugin_block_fs.c
index c1b4ad7c8..9b73f2497 100644
--- a/src/fs/plugin_block_fs.c
+++ b/src/fs/plugin_block_fs.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file block/plugin_block_fs.c 22 * @file fs/plugin_block_fs.c
23 * @brief blocks used for file-sharing 23 * @brief blocks used for file-sharing
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */