aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dv_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dv_service.h')
-rw-r--r--src/include/gnunet_dv_service.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/gnunet_dv_service.h b/src/include/gnunet_dv_service.h
index f694c17ea..aa33408ce 100644
--- a/src/include/gnunet_dv_service.h
+++ b/src/include/gnunet_dv_service.h
@@ -20,8 +20,15 @@
20 20
21/** 21/**
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 * @file include/gnunet_dv_service.h 23 *
24 * @brief DV service API (should only be used by the DV plugin) 24 * @file
25 * DV service API (should only be used by the DV plugin)
26 *
27 * @defgroup dv DV service
28 * Distance vector routing
29 *
30 * The DV service API should only be used by the DV plugin.
31 * @{
25 */ 32 */
26#ifndef GNUNET_SERVICE_DV_H 33#ifndef GNUNET_SERVICE_DV_H
27#define GNUNET_SERVICE_DV_H 34#define GNUNET_SERVICE_DV_H
@@ -165,5 +172,6 @@ GNUNET_DV_send (struct GNUNET_DV_ServiceHandle *sh,
165void 172void
166GNUNET_DV_send_cancel (struct GNUNET_DV_TransmitHandle *th); 173GNUNET_DV_send_cancel (struct GNUNET_DV_TransmitHandle *th);
167 174
175/** @} */ /* end of group */
168 176
169#endif 177#endif