From 350f2144ba7ea40233f70090a77c2f4e6af3acf6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jun 2015 12:10:41 +0000 Subject: -doxygen --- src/include/gnunet_os_lib.h | 4 ++-- src/include/gnunet_scheduler_lib.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h index 65069d0bf..eb2bfe766 100644 --- a/src/include/gnunet_os_lib.h +++ b/src/include/gnunet_os_lib.h @@ -470,7 +470,7 @@ GNUNET_OS_process_status (struct GNUNET_OS_Process *proc, /** * Wait for a process to terminate. The return code is discarded. - * You must not use 'GNUNET_OS_process_status' on the same process + * You must not use #GNUNET_OS_process_status() on the same process * after calling this function! This function is blocking and should * thus only be used if the child process is known to have terminated * or to terminate very soon. @@ -485,7 +485,7 @@ GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc); /** * Connects this process to its parent via pipe; * essentially, the parent control handler will read signal numbers - * from the 'GNUNET_OS_CONTROL_PIPE' (as given in an environment + * from the #GNUNET_OS_CONTROL_PIPE (as given in an environment * variable) and raise those signals. * * @param cls closure (unused) diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h index e675f7448..94e13f9b2 100644 --- a/src/include/gnunet_scheduler_lib.h +++ b/src/include/gnunet_scheduler_lib.h @@ -227,7 +227,7 @@ typedef int * always only create a single scheduler. * * @param task task to run first (and immediately) - * @param task_cls closure of task + * @param task_cls closure of @a task */ void GNUNET_SCHEDULER_run (GNUNET_SCHEDULER_TaskCallback task, -- cgit v1.2.3