aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_ats_service.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index b727b4f9a..acbaabafc 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -18,10 +18,15 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20/** 20/**
21 * @file include/gnunet_ats_service.h 21 * @file
22 * @brief automatic transport selection and outbound bandwidth determination 22 * Automatic transport selection and outbound bandwidth determination
23 *
23 * @author Christian Grothoff 24 * @author Christian Grothoff
24 * @author Matthias Wachs 25 * @author Matthias Wachs
26 *
27 * @defgroup ats ATS service
28 * Automatic transport selection and outbound bandwidth determination
29 * @{
25 */ 30 */
26#ifndef GNUNET_ATS_SERVICE_H 31#ifndef GNUNET_ATS_SERVICE_H
27#define GNUNET_ATS_SERVICE_H 32#define GNUNET_ATS_SERVICE_H
@@ -695,5 +700,7 @@ GNUNET_ATS_performance_give_feedback (struct GNUNET_ATS_PerformanceHandle *ph,
695 const struct GNUNET_TIME_Relative scope, 700 const struct GNUNET_TIME_Relative scope,
696 ...); 701 ...);
697 702
703/** @} */ /* end of group */
704
698#endif 705#endif
699/* end of file gnunet-service-transport_ats.h */ 706/* end of file gnunet-service-transport_ats.h */