aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 95d570b54..e8e63a6d2 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -19,9 +19,13 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_signatures.h
23 * @brief constants for network signatures
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Constants for network signatures
26 *
27 * @defgroup signatures Network signature definitions
28 * @{
25 */ 29 */
26 30
27#ifndef GNUNET_SIGNATURES_H 31#ifndef GNUNET_SIGNATURES_H
@@ -195,4 +199,7 @@ extern "C"
195 199
196/* ifndef GNUNET_SIGNATURES_H */ 200/* ifndef GNUNET_SIGNATURES_H */
197#endif 201#endif
202
203/** @} */ /* end of group */
204
198/* end of gnunet_signatures.h */ 205/* end of gnunet_signatures.h */