aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_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_transport_plugin.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h22
1 files changed, 15 insertions, 7 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 375104c46..515e66019 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -19,14 +19,19 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_transport_plugin.h
23 * @brief API for the transport services. This header
24 * specifies the struct that is given to the plugin's entry
25 * method and the other struct that must be returned.
26 * Note that the destructors of transport plugins will
27 * be given the value returned by the constructor
28 * and is expected to return a NULL pointer.
29 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Transport service plugin API
26 *
27 * @defgroup transport-plugin Transport Service plugin API
28 *
29 * Specifies the struct that is given to the plugin's entry method and the other
30 * struct that must be returned. Note that the destructors of transport plugins
31 * will be given the value returned by the constructor and is expected to return
32 * a NULL pointer.
33 *
34 * @{
30 */ 35 */
31#ifndef PLUGIN_TRANSPORT_H 36#ifndef PLUGIN_TRANSPORT_H
32#define PLUGIN_TRANSPORT_H 37#define PLUGIN_TRANSPORT_H
@@ -706,4 +711,7 @@ struct GNUNET_TRANSPORT_PluginFunctions
706 711
707/*#ifndef PLUGIN_TRANSPORT_H*/ 712/*#ifndef PLUGIN_TRANSPORT_H*/
708#endif 713#endif
714
715/** @} */ /* end of group */
716
709/* end of gnunet_transport_plugin.h */ 717/* end of gnunet_transport_plugin.h */