diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-04 11:51:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-04 11:51:38 -0500 |
commit | 76e8effc7b8e747cd34188a5a27e6d792a66ba7e (patch) | |
tree | 4f860630375bbed2e613f61c2c4473303be5451e /src/lib/wallclock | |
parent | fd271363296b89cb3a11e97e507546b3600fde59 (diff) | |
download | tor-76e8effc7b8e747cd34188a5a27e6d792a66ba7e.tar.gz tor-76e8effc7b8e747cd34188a5a27e6d792a66ba7e.zip |
Doxygen: document the rest of the directories in lib.
(This copies documentation from doc/HACKING/design, and edits for
concisensess and clarity.)
Diffstat (limited to 'src/lib/wallclock')
-rw-r--r-- | src/lib/wallclock/lib_wallclock.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/wallclock/lib_wallclock.dox b/src/lib/wallclock/lib_wallclock.dox index 69dff85b5f..7d43fa6129 100644 --- a/src/lib/wallclock/lib_wallclock.dox +++ b/src/lib/wallclock/lib_wallclock.dox @@ -7,6 +7,7 @@ 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} +accurate, see \refdir{lib/time}. For parsing and encoding times and dates, +see \refdir{lib/encoding}. **/ |