aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rest_plugin.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_rest_plugin.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
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 */