aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scheduler_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_scheduler_lib.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_scheduler_lib.h')
-rw-r--r--src/include/gnunet_scheduler_lib.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h
index ab1e09e89..2d3ada251 100644
--- a/src/include/gnunet_scheduler_lib.h
+++ b/src/include/gnunet_scheduler_lib.h
@@ -19,10 +19,16 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_scheduler_lib.h
23 * @brief API to schedule computations using continuation passing style
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * @defgroup scheduler Event loop (scheduler) 23 *
24 * @file
25 * API to schedule computations using continuation passing style
26 *
27 * @defgroup scheduler Scheduler library
28 * Event loop (scheduler)
29 *
30 * Schedule computations using continuation passing style.
31 *
26 * @{ 32 * @{
27 */ 33 */
28 34
@@ -537,8 +543,6 @@ GNUNET_SCHEDULER_set_select (GNUNET_SCHEDULER_select new_select,
537 void *new_select_cls); 543 void *new_select_cls);
538 544
539 545
540/** @} */ /* end of group scheduler */
541
542#if 0 /* keep Emacsens' auto-indent happy */ 546#if 0 /* keep Emacsens' auto-indent happy */
543{ 547{
544#endif 548#endif
@@ -547,3 +551,5 @@ GNUNET_SCHEDULER_set_select (GNUNET_SCHEDULER_select new_select,
547#endif 551#endif
548 552
549#endif 553#endif
554
555/** @} */ /* end of group scheduler */