aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signal_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signal_lib.h')
-rw-r--r--src/include/gnunet_signal_lib.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/gnunet_signal_lib.h b/src/include/gnunet_signal_lib.h
index 9cb032b3b..2b4dbe459 100644
--- a/src/include/gnunet_signal_lib.h
+++ b/src/include/gnunet_signal_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_signal_lib.h
23 * @brief functions related to signals
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Functions related to signals
26 *
27 * @defgroup signal Signal library
28 * Manage signal handlers.
29 * @{
25 */ 30 */
26 31
27#ifndef GNUNET_SIGNAL_LIB_H 32#ifndef GNUNET_SIGNAL_LIB_H
@@ -97,4 +102,7 @@ GNUNET_SIGNAL_raise (const int sig);
97 102
98/* ifndef GNUNET_SIGNAL_LIB_H */ 103/* ifndef GNUNET_SIGNAL_LIB_H */
99#endif 104#endif
105
106/** @} */ /* end of group */
107
100/* end of gnunet_signal_lib.h */ 108/* end of gnunet_signal_lib.h */