From 8b20ea06fdb75740cead194d5c6826b4233ec500 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Sep 2013 18:23:27 +0000 Subject: -doxygen fixes, and fixing publish URI serization for proper resume --- src/fs/fs_api.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/fs/fs_api.c') diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c index 1efda5a828..c2e2ada3ed 100644 --- a/src/fs/fs_api.c +++ b/src/fs/fs_api.c @@ -1044,7 +1044,8 @@ cleanup: * @return NULL on error */ static struct GNUNET_FS_FileInformation * -deserialize_file_information (struct GNUNET_FS_Handle *h, const char *filename) +deserialize_file_information (struct GNUNET_FS_Handle *h, + const char *filename) { struct GNUNET_FS_FileInformation *ret; struct GNUNET_BIO_ReadHandle *rh; @@ -1726,9 +1727,9 @@ cleanup: /** * Serialize a download request. * - * @param wh the 'struct GNUNET_BIO_WriteHandle*' - * @param dr the 'struct DownloadRequest' - * @return GNUNET_YES on success, GNUNET_NO on error + * @param wh the `struct GNUNET_BIO_WriteHandle*` + * @param dr the the request to write to disk + * @return #GNUNET_YES on success, #GNUNET_NO on error */ static int write_download_request (struct GNUNET_BIO_WriteHandle *wh, @@ -1756,7 +1757,7 @@ write_download_request (struct GNUNET_BIO_WriteHandle *wh, * Read a download request tree. * * @param rh mesh to read from - * @return value the 'struct DownloadRequest', NULL on error + * @return value the download request read from disk, NULL on error */ static struct DownloadRequest * read_download_request (struct GNUNET_BIO_ReadHandle *rh) -- cgit v1.2.3-18-g5258