From 3a7369d0cfa567cdb02063e1dad176c92ef2c7fe Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Nov 2019 09:23:51 -0500 Subject: Doxygen: remove /** and **/ from all .dox files This is an automatically generated commit, made with: find src -name '*.dox' | \ xargs perl -i -ne 'print unless (m#^\s*/?\*\*/?\s*$#);' --- src/lib/fdio/lib_fdio.dox | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/fdio') diff --git a/src/lib/fdio/lib_fdio.dox b/src/lib/fdio/lib_fdio.dox index 9e2fda617a..9fe4b4d2be 100644 --- a/src/lib/fdio/lib_fdio.dox +++ b/src/lib/fdio/lib_fdio.dox @@ -1,7 +1,5 @@ -/** @dir /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