aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_env_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_env_lib.h')
-rw-r--r--src/include/gnunet_env_lib.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/src/include/gnunet_env_lib.h b/src/include/gnunet_env_lib.h
index 408a19a56..75fd62bbe 100644
--- a/src/include/gnunet_env_lib.h
+++ b/src/include/gnunet_env_lib.h
@@ -19,10 +19,18 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_env_lib.h
23 * @brief Library providing operations for the @e environment of
24 * PSYC and Social messages, and for (de)serializing variable values.
25 * @author Gabor X Toth 22 * @author Gabor X Toth
23 *
24 * @file
25 * Environment library
26 *
27 * @defgroup env Environment library
28 * Environment data structure for PSYC and Social messages.
29 *
30 * Library providing operations for the @e environment of
31 * PSYC and Social messages, and for (de)serializing variable values.
32 *
33 * @{
26 */ 34 */
27 35
28 36
@@ -326,6 +334,8 @@ GNUNET_ENV_value_from_dict (struct GNUNET_CONTAINER_MultiHashMap *dict, size_t *
326} 334}
327#endif 335#endif
328 336
337/** @} */ /* end of group */
338
329/* ifndef GNUNET_ENV_LIB_H */ 339/* ifndef GNUNET_ENV_LIB_H */
330#endif 340#endif
331/* end of gnunet_env_lib.h */ 341/* end of gnunet_env_lib.h */