gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35953 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r35953 - gnunet/src/include
Date: Thu, 18 Jun 2015 14:10:42 +0200

Author: grothoff
Date: 2015-06-18 14:10:41 +0200 (Thu, 18 Jun 2015)
New Revision: 35953

Modified:
   gnunet/src/include/gnunet_os_lib.h
   gnunet/src/include/gnunet_scheduler_lib.h
Log:
-doxygen

Modified: gnunet/src/include/gnunet_os_lib.h
===================================================================
--- gnunet/src/include/gnunet_os_lib.h  2015-06-18 12:10:16 UTC (rev 35952)
+++ gnunet/src/include/gnunet_os_lib.h  2015-06-18 12:10:41 UTC (rev 35953)
@@ -470,7 +470,7 @@
 
 /**
  * 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 @@
 /**
  * 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)

Modified: gnunet/src/include/gnunet_scheduler_lib.h
===================================================================
--- gnunet/src/include/gnunet_scheduler_lib.h   2015-06-18 12:10:16 UTC (rev 
35952)
+++ gnunet/src/include/gnunet_scheduler_lib.h   2015-06-18 12:10:41 UTC (rev 
35953)
@@ -227,7 +227,7 @@
  * 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]