aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 11c14845a..65ced2ff0 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -22,7 +22,11 @@
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 * 23 *
24 * @file 24 * @file
25 * "Global" constants for performance tuning 25 * Global constants for performance tuning
26 *
27 * @defgroup constants Constant definitions
28 * Global constants for performance tuning
29 * @{
26 */ 30 */
27 31
28#ifndef GNUNET_CONSTANTS_H 32#ifndef GNUNET_CONSTANTS_H
@@ -165,3 +169,5 @@ extern "C"
165#endif 169#endif
166 170
167#endif 171#endif
172
173/** @} */ /* end of group */