aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rest_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_rest_plugin.h')
-rw-r--r--src/include/gnunet_rest_plugin.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/include/gnunet_rest_plugin.h b/src/include/gnunet_rest_plugin.h
index cdb3018e7..632ab99ff 100644
--- a/src/include/gnunet_rest_plugin.h
+++ b/src/include/gnunet_rest_plugin.h
@@ -19,9 +19,12 @@
19 */ 19 */
20/** 20/**
21 * @author Martin Schanzenbach 21 * @author Martin Schanzenbach
22 * @file include/gnunet_rest_plugin.h
23 * @brief GNUnet service REST plugin header
24 * 22 *
23 * @file
24 * GNUnet service REST plugin header
25 *
26 * @defgroup rest-plugin REST plugin for GNUnet services
27 * @{
25 */ 28 */
26#ifndef GNUNET_REST_PLUGIN_H 29#ifndef GNUNET_REST_PLUGIN_H
27#define GNUNET_REST_PLUGIN_H 30#define GNUNET_REST_PLUGIN_H
@@ -60,7 +63,7 @@ struct GNUNET_REST_Plugin
60 63
61 /** 64 /**
62 * Function to process a REST call 65 * Function to process a REST call
63 * 66 *
64 * @param method the HTTP method called 67 * @param method the HTTP method called
65 * @param url the relative url accessed 68 * @param url the relative url accessed
66 * @param data the REST data (can be NULL) 69 * @param data the REST data (can be NULL)
@@ -82,6 +85,6 @@ struct GNUNET_REST_Plugin
82} 85}
83#endif 86#endif
84 87
85/* end of gnunet_rest_plugin.h */
86#endif 88#endif
87 89
90/** @} */ /* end of group */