From d720cc786723169cfdbb246ad6f1f584581f589d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Feb 2010 15:07:02 +0000 Subject: fixing doxygen warnings --- src/include/gnunet_container_lib.h | 2 +- src/include/gnunet_core_service.h | 1 + src/include/gnunet_disk_lib.h | 5 ++++- src/include/gnunet_os_lib.h | 4 +++- 4 files changed, 9 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h index bc72e2e09..204d3d6ab 100644 --- a/src/include/gnunet_container_lib.h +++ b/src/include/gnunet_container_lib.h @@ -243,7 +243,7 @@ GNUNET_CONTAINER_meta_data_test_equal (const struct * * @param md metadata to extend * @param plugin_name name of the plugin that produced this value; - * special values can be used (i.e. '' for zlib being + * special values can be used (i.e. '<zlib>' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h index af431ba56..060a0f8ee 100644 --- a/src/include/gnunet_core_service.h +++ b/src/include/gnunet_core_service.h @@ -240,6 +240,7 @@ struct GNUNET_CORE_PeerRequestHandle; * @param sched scheduler to use * @param cfg configuration to use * @param timeout how long to try to talk to core + * @param peer who should we connect to * @param cont function to call once the request has been completed (or timed out) * @param cont_cls closure for cont * @return NULL on error (cont will not be called), otherwise handle for cancellation diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h index f4ede1384..7b6898293 100644 --- a/src/include/gnunet_disk_lib.h +++ b/src/include/gnunet_disk_lib.h @@ -340,9 +340,11 @@ int GNUNET_DISK_pipe_close (struct GNUNET_DISK_PipeHandle *p); * * @param p pipe to close end of * @param end which end of the pipe to close + * @return GNUNET_OK on success, GNUNET_SYSERR otherwise */ int -GNUNET_DISK_pipe_close_end (struct GNUNET_DISK_PipeHandle *p, enum GNUNET_DISK_PipeEnd end); +GNUNET_DISK_pipe_close_end (struct GNUNET_DISK_PipeHandle *p, + enum GNUNET_DISK_PipeEnd end); /** * Close an open file. @@ -355,6 +357,7 @@ int GNUNET_DISK_file_close (struct GNUNET_DISK_FileHandle *h); /** * Get the handle to a particular pipe end + * * @param p pipe * @param n end to access * @return handle for the respective end diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h index 02d1063f7..32d9dc7ff 100644 --- a/src/include/gnunet_os_lib.h +++ b/src/include/gnunet_os_lib.h @@ -196,7 +196,9 @@ int GNUNET_OS_set_process_priority (pid_t proc, * @return process ID of the new process, -1 on error */ pid_t -GNUNET_OS_start_process (struct GNUNET_DISK_PipeHandle *pipe_stdin, struct GNUNET_DISK_PipeHandle *pipe_stdout, const char *filename, ...); +GNUNET_OS_start_process (struct GNUNET_DISK_PipeHandle *pipe_stdin, + struct GNUNET_DISK_PipeHandle *pipe_stdout, + const char *filename, ...); /** -- cgit v1.2.3