aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_sensor_util_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_sensor_util_lib.h')
-rw-r--r--src/include/gnunet_sensor_util_lib.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/gnunet_sensor_util_lib.h b/src/include/gnunet_sensor_util_lib.h
index 0b9a7ba71..63a6fc10f 100644
--- a/src/include/gnunet_sensor_util_lib.h
+++ b/src/include/gnunet_sensor_util_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file sensor/sensor_util_lib.c
23 * @brief sensor utilities
24 * @author Omar Tarabai 22 * @author Omar Tarabai
23 *
24 * @file
25 * Sensor utilities
26 *
27 * @defgroup sensor Sensor Utilities library
28 *
29 * @{
25 */ 30 */
26 31
27#ifndef GNUNET_SENSOR_UTIL_LIB_H 32#ifndef GNUNET_SENSOR_UTIL_LIB_H
@@ -509,4 +514,7 @@ GNUNET_SENSOR_crypto_verify_pow_sign (struct GNUNET_SENSOR_crypto_pow_block *
509 514
510/* ifndef GNUNET_SENSOR_UTIL_LIB_H */ 515/* ifndef GNUNET_SENSOR_UTIL_LIB_H */
511#endif 516#endif
517
518/** @} */ /* end of group */
519
512/* end of gnunet_sensor_util_lib.h */ 520/* end of gnunet_sensor_util_lib.h */