diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-11 15:56:33 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-11 15:56:33 +0000 |
commit | feaebae548a21dceb88d8f31259235d97763695f (patch) | |
tree | 801ace07cb83657890c3531e9fc22e7f97520dd3 /src/include/gnunet_disk_lib.h | |
parent | a97777d9298e2ae2d961ca0850ccf4912edb536d (diff) |
-doxygen fixes
git-svn-id: https://gnunet.org/svn/gnunet@19749 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r-- | src/include/gnunet_disk_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h index 75f64cf2e8..9c88a163bf 100644 --- a/src/include/gnunet_disk_lib.h +++ b/src/include/gnunet_disk_lib.h @@ -604,7 +604,7 @@ GNUNET_DISK_directory_iterator_next (struct GNUNET_DISK_DirectoryIterator *iter, * @param dirName the name of the directory * @param callback the method to call for each file * @param callback_cls closure for callback - * @return GNUNET_YES if directory is not empty and @callback + * @return GNUNET_YES if directory is not empty and 'callback' * will be called later, GNUNET_NO otherwise, GNUNET_SYSERR on error. */ int |