aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_load_lib.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_load_lib.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_load_lib.h')
-rw-r--r--src/include/gnunet_load_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_load_lib.h b/src/include/gnunet_load_lib.h
index 986e82656..22e327bf7 100644
--- a/src/include/gnunet_load_lib.h
+++ b/src/include/gnunet_load_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_load_lib.h
23 * @brief functions related to load calculations
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Functions related to load calculations
26 *
27 * @defgroup load Load library
28 * Load calculations.
29 * @{
25 */ 30 */
26 31
27#ifndef GNUNET_LOAD_LIB_H 32#ifndef GNUNET_LOAD_LIB_H
@@ -106,6 +111,7 @@ GNUNET_LOAD_get_average (struct GNUNET_LOAD_Value *load);
106void 111void
107GNUNET_LOAD_update (struct GNUNET_LOAD_Value *load, uint64_t data); 112GNUNET_LOAD_update (struct GNUNET_LOAD_Value *load, uint64_t data);
108 113
114/** @} */ /* end of group */
109 115
110#if 0 /* keep Emacsens' auto-indent happy */ 116#if 0 /* keep Emacsens' auto-indent happy */
111{ 117{