diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-05 08:05:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-05 08:05:49 -0500 |
commit | 8933789fef0e2014852df6ae55b5435b9d3256b2 (patch) | |
tree | 03cba4960d76656fd248e60d4d749152bdc62340 /src/lib/wallclock/lib_wallclock.dox | |
parent | 60d5ff303d65bb7caf5c064675c661faac4cecf1 (diff) | |
parent | aac80a004f91a453733fed0ba62c00d7d1e2b76d (diff) | |
download | tor-8933789fef0e2014852df6ae55b5435b9d3256b2.tar.gz tor-8933789fef0e2014852df6ae55b5435b9d3256b2.zip |
Merge branch 'doxygen_libs'
Diffstat (limited to 'src/lib/wallclock/lib_wallclock.dox')
-rw-r--r-- | src/lib/wallclock/lib_wallclock.dox | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/wallclock/lib_wallclock.dox b/src/lib/wallclock/lib_wallclock.dox index 7bb2b075d1..7d43fa6129 100644 --- a/src/lib/wallclock/lib_wallclock.dox +++ b/src/lib/wallclock/lib_wallclock.dox @@ -1,4 +1,13 @@ /** -@dir lib/wallclock -@brief lib/wallclock +@dir /lib/wallclock +@brief lib/wallclock: Inspect and manipulate the current time. + +This module handles our concept of "what time is it" or "what time does the +world agree it is?" Generally, if you want something derived from UTC, this +is the module for you. + +For versions of the time that are more local, more monotonic, or more +accurate, see \refdir{lib/time}. For parsing and encoding times and dates, +see \refdir{lib/encoding}. + **/ |