aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_plugin.h')
-rw-r--r--src/include/gnunet_gnsrecord_plugin.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/include/gnunet_gnsrecord_plugin.h b/src/include/gnunet_gnsrecord_plugin.h
index b0b492634..7315ec879 100644
--- a/src/include/gnunet_gnsrecord_plugin.h
+++ b/src/include/gnunet_gnsrecord_plugin.h
@@ -19,11 +19,15 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_gnsrecord_plugin.h
23 * @brief plugin API for GNS record types
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * @defgroup gnsrecordplugin API to be implemented by applications defining new GNS record types 23 *
26 * @{ */ 24 * @file
25 * Plugin API for GNS record types
26 *
27 * @defgroup gns-record-plugin GNS record plugin API
28 * To be implemented by applications defining new record types.
29 * @{
30 */
27#ifndef GNUNET_GNSRECORD_PLUGIN_H 31#ifndef GNUNET_GNSRECORD_PLUGIN_H
28#define GNUNET_GNSRECORD_PLUGIN_H 32#define GNUNET_GNSRECORD_PLUGIN_H
29 33
@@ -129,8 +133,7 @@ struct GNUNET_GNSRECORD_PluginFunctions
129 133
130}; 134};
131 135
132 136/** @} */ /* end of group */
133/** @} */ /* end of group gnsrecordplugin */
134 137
135#if 0 /* keep Emacsens' auto-indent happy */ 138#if 0 /* keep Emacsens' auto-indent happy */
136{ 139{