summaryrefslogtreecommitdiff
path: root/src/include/gnunet_dv_service.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_dv_service.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_dv_service.h')
-rw-r--r--src/include/gnunet_dv_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_dv_service.h b/src/include/gnunet_dv_service.h
index aa33408ce..76fb57aa0 100644
--- a/src/include/gnunet_dv_service.h
+++ b/src/include/gnunet_dv_service.h
@@ -25,7 +25,7 @@
25 * DV service API (should only be used by the DV plugin) 25 * DV service API (should only be used by the DV plugin)
26 * 26 *
27 * @defgroup dv DV service 27 * @defgroup dv DV service
28 * Distance vector routing 28 * Distance Vector routing
29 * 29 *
30 * The DV service API should only be used by the DV plugin. 30 * The DV service API should only be used by the DV plugin.
31 * @{ 31 * @{
@@ -172,6 +172,7 @@ GNUNET_DV_send (struct GNUNET_DV_ServiceHandle *sh,
172void 172void
173GNUNET_DV_send_cancel (struct GNUNET_DV_TransmitHandle *th); 173GNUNET_DV_send_cancel (struct GNUNET_DV_TransmitHandle *th);
174 174
175/** @} */ /* end of group */
176 175
177#endif 176#endif
177
178/** @} */ /* end of group */