From 933d49dbf07524d7b749e0e4d8bfc33f1b8d8f7a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Oct 2013 09:23:14 +0000 Subject: -doxygen fixes --- src/include/gnunet_bio_lib.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_bio_lib.h') diff --git a/src/include/gnunet_bio_lib.h b/src/include/gnunet_bio_lib.h index c5db08e16..21aa3995f 100644 --- a/src/include/gnunet_bio_lib.h +++ b/src/include/gnunet_bio_lib.h @@ -22,6 +22,8 @@ * @file include/gnunet_bio_lib.h * @brief buffered IO API * @author Christian Grothoff + * @defgroup bio Buffered binary disk IO (with endianess conversion) + * @{ */ #ifndef GNUNET_BIO_LIB_H @@ -38,6 +40,7 @@ extern "C" #endif /** + * @ingroup bio * Handle for buffered reading. */ struct GNUNET_BIO_ReadHandle; @@ -90,7 +93,8 @@ GNUNET_BIO_read (struct GNUNET_BIO_ReadHandle *h, const char *what, * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure */ int -GNUNET_BIO_read_fn (struct GNUNET_BIO_ReadHandle *h, const char *file, int line, +GNUNET_BIO_read_fn (struct GNUNET_BIO_ReadHandle *h, + const char *file, int line, void *result, size_t len); /** @@ -307,6 +311,8 @@ GNUNET_BIO_write_int64 (struct GNUNET_BIO_WriteHandle *h, int64_t i); } #endif +/** @} */ /* end of group bio */ + /* ifndef GNUNET_BIO_LIB_H */ #endif /* end of gnunet_bio_lib.h */ -- cgit v1.2.3