-doxygen fixes
authorChristian Grothoff <christian@grothoff.org>
Sun, 6 Oct 2013 09:23:57 +0000 (09:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 6 Oct 2013 09:23:57 +0000 (09:23 +0000)
src/include/gnunet_bio_lib.h

index 21aa3995f9498d2702f9efb76e48983b23141307..8bb783c75567fdc5f56bfb0a2b5263f74f9d19a0 100644 (file)
@@ -62,7 +62,7 @@ GNUNET_BIO_read_open (const char *fn);
  *
  * @param h file handle
  * @param emsg set to the error message
- * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
+ * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
  */
 int
 GNUNET_BIO_read_close (struct GNUNET_BIO_ReadHandle *h, char **emsg);
@@ -287,7 +287,7 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h,
  *
  * @param h hande to open file
  * @param i 32-bit integer to write
- * @return GNUNET_OK on success, GNUNET_SYSERR on error
+ * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
  */
 int
 GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i);