aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index c4e771eeb..4077bd27d 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -19,10 +19,13 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_time_lib.h
23 * @brief functions related to time
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * @defgroup time Time and time calculations 23 *
24 * @file
25 * Functions related to time
26 *
27 * @defgroup time Time library
28 * Time and time calculations.
26 * @{ 29 * @{
27 */ 30 */
28 31
@@ -521,9 +524,9 @@ GNUNET_TIME_time_to_year (struct GNUNET_TIME_Absolute at);
521} 524}
522#endif 525#endif
523 526
524/** @} */ /* end of group time */
525
526
527/* ifndef GNUNET_TIME_LIB_H */ 527/* ifndef GNUNET_TIME_LIB_H */
528#endif 528#endif
529
530/** @} */ /* end of group time */
531
529/* end of gnunet_time_lib.h */ 532/* end of gnunet_time_lib.h */