aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal.c')
-rw-r--r--src/signal.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/signal.c b/src/signal.c
index 301b0214..0c564651 100644
--- a/src/signal.c
+++ b/src/signal.c
@@ -1,5 +1,7 @@
-/* Generic signalling/notification infrastructure */
-/* (C) 2009 by Holger Hans Peter Freyther <zecke@selfish.org>
+/*! \file signal.c
+ * Generic signalling/notification infrastructure. */
+/*
+ * (C) 2009 by Holger Hans Peter Freyther <zecke@selfish.org>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
@@ -27,10 +29,9 @@
/*! \addtogroup signal
* @{
- * Generic signalling/notification infrastructure
- */
-
-/*! \file signal.c */
+ * Generic signalling/notification infrastructure.
+ *
+ * \file signal.c */
void *tall_sigh_ctx;