From: Bart Polot Date: Mon, 19 Dec 2011 13:45:58 +0000 (+0000) Subject: - Fixed doxygen to reflect real API params X-Git-Tag: initial-import-from-subversion-38251~15583 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1997d2d086b237e2688d12567933a53b2229ea26;p=oweals%2Fgnunet.git - Fixed doxygen to reflect real API params --- diff --git a/src/include/gnunet_bio_lib.h b/src/include/gnunet_bio_lib.h index de356d1e5..47d8d5e1e 100644 --- a/src/include/gnunet_bio_lib.h +++ b/src/include/gnunet_bio_lib.h @@ -273,7 +273,7 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h, * Write an (u)int32_t. * * @param h hande to open file - * @param i address of 32-bit integer to write + * @param i 32-bit integer to write * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int @@ -284,7 +284,7 @@ GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i); * Write an (u)int64_t. * * @param h hande to open file - * @param i address of 64-bit integer to write + * @param i 64-bit integer to write * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int diff --git a/src/util/bio.c b/src/util/bio.c index 41ad5fd5d..053b8e1ca 100644 --- a/src/util/bio.c +++ b/src/util/bio.c @@ -492,7 +492,7 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h, * Write an (u)int32_t. * * @param h hande to open file - * @param i address of 32-bit integer to write + * @param i 32-bit integer to write * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int @@ -509,7 +509,7 @@ GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i) * Write an (u)int64_t. * * @param h hande to open file - * @param i address of 64-bit integer to write + * @param i 64-bit integer to write * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int