aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 23:43:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 23:43:53 +0000
commit0c7015a6d8d2b3bf021c216b24d7062cd7375a71 (patch)
tree18bddea280e5e85d09389e9275c5efd15f17c840 /src/include/gnunet_time_lib.h
parentca173048a26a418866163d14c9159b9ad712644b (diff)
downloadgnunet-0c7015a6d8d2b3bf021c216b24d7062cd7375a71.tar.gz
gnunet-0c7015a6d8d2b3bf021c216b24d7062cd7375a71.zip
-playing with doxygen groups
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 298f3284a..a739d6d7f 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -21,8 +21,9 @@
21/** 21/**
22 * @file include/gnunet_time_lib.h 22 * @file include/gnunet_time_lib.h
23 * @brief functions related to time 23 * @brief functions related to time
24 *
25 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @defgroup time Time and time calculations
26 * @{
26 */ 27 */
27 28
28#ifndef GNUNET_TIME_LIB_H 29#ifndef GNUNET_TIME_LIB_H
@@ -493,6 +494,9 @@ GNUNET_TIME_get_offset (void);
493} 494}
494#endif 495#endif
495 496
497/** @} */ /* end of group time */
498
499
496/* ifndef GNUNET_TIME_LIB_H */ 500/* ifndef GNUNET_TIME_LIB_H */
497#endif 501#endif
498/* end of gnunet_time_lib.h */ 502/* end of gnunet_time_lib.h */