From af1de477ca46a08fd42de32c251dc1aa2c1ab18b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 28 Jan 2012 14:37:54 +0000 Subject: [PATCH] -doxygen --- src/include/gnunet_disk_lib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h index 25f972b5b..75f64cf2e 100644 --- a/src/include/gnunet_disk_lib.h +++ b/src/include/gnunet_disk_lib.h @@ -404,7 +404,8 @@ GNUNET_DISK_pipe (int blocking_read, int blocking_write, int inherit_read, int i * Creates a pipe object from a couple of file descriptors. * Useful for wrapping existing pipe FDs. * - * @param blocking creates an asynchronous pipe if set to GNUNET_NO + * @param blocking_read creates an asynchronous pipe for reading if set to GNUNET_NO + * @param blocking_write creates an asynchronous pipe for writing if set to GNUNET_NO * @param fd an array of two fd values. One of them may be -1 for read-only or write-only pipes * * @return handle to the new pipe, NULL on error -- 2.25.1