aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_configuration_lib.h')
-rw-r--r--src/include/gnunet_configuration_lib.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h
index bc862f54f..3b9be5849 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.h
@@ -19,6 +19,10 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup libgnunetutil
23 * Multi-function utilities library for GNUnet programs
24 * @{
25 *
22 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -31,6 +35,7 @@
31#ifndef GNUNET_CONFIGURATION_LIB_H 35#ifndef GNUNET_CONFIGURATION_LIB_H
32#define GNUNET_CONFIGURATION_LIB_H 36#define GNUNET_CONFIGURATION_LIB_H
33 37
38
34#include "gnunet_time_lib.h" 39#include "gnunet_time_lib.h"
35 40
36#ifdef __cplusplus 41#ifdef __cplusplus
@@ -170,7 +175,7 @@ GNUNET_CONFIGURATION_serialize_diagnostics (
170 * @param mem the memory block of serialized configuration 175 * @param mem the memory block of serialized configuration
171 * @param size the size of the memory block 176 * @param size the size of the memory block
172 * @param source_filename source filename, will be used 177 * @param source_filename source filename, will be used
173 * to resolve relative @INLINE@ statements 178 * to resolve relative \@INLINE\@ statements
174 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error 179 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
175 */ 180 */
176enum GNUNET_GenericReturnValue 181enum GNUNET_GenericReturnValue
@@ -795,3 +800,5 @@ GNUNET_CONFIGURATION_config_tool_run (
795#endif 800#endif
796 801
797/** @} */ /* end of group configuration */ 802/** @} */ /* end of group configuration */
803
804/** @} */ /* end of group addition */