From 51a98929148e9ca08b33735fb0542759380c57a9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 4 Nov 2019 10:19:41 -0500 Subject: doxygen: Take "lib" descriptions from doc/HACKING/design. This commit takes descriptions for src/lib and moves them into our doxygen hierarchy. I've covered everything from lib/cc through lib/sandbox here. --- src/lib/fdio/lib_fdio.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/fdio') diff --git a/src/lib/fdio/lib_fdio.dox b/src/lib/fdio/lib_fdio.dox index b868d28aab..c3ca3b9c88 100644 --- a/src/lib/fdio/lib_fdio.dox +++ b/src/lib/fdio/lib_fdio.dox @@ -1,4 +1,7 @@ /** @dir lib/fdio -@brief lib/fdio +@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.) **/ -- cgit v1.2.3-54-g00ecf