From 1997d2d086b237e2688d12567933a53b2229ea26 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 19 Dec 2011 13:45:58 +0000 Subject: [PATCH] - Fixed doxygen to reflect real API params --- src/include/gnunet_bio_lib.h | 4 ++-- src/util/bio.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1