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/fdio | |
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/fdio')
-rw-r--r-- | src/lib/fdio/lib_fdio.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fdio/lib_fdio.dox b/src/lib/fdio/lib_fdio.dox index 2615b9791e..9e2fda617a 100644 --- a/src/lib/fdio/lib_fdio.dox +++ b/src/lib/fdio/lib_fdio.dox @@ -1,6 +1,6 @@ /** @dir /lib/fdio -@brief lib/fdio Code to read/write on file descriptors. +@brief lib/fdio: Code to read/write on file descriptors. (This module also handles sockets, on platforms where a socket is not a kind of fd.) |