From d64db6bad79e10f92c56e5572d6ae9072d62b3a3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 1 Feb 2019 00:04:33 -0500 Subject: Add some documentation comments --- spawn.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spawn.h') diff --git a/spawn.h b/spawn.h index ef510e1..a634d6e 100644 --- a/spawn.h +++ b/spawn.h @@ -14,6 +14,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ +/** + * A process-spawning library inspired by posix_spawn(). + */ + #ifndef BFS_SPAWN_H #define BFS_SPAWN_H -- cgit v1.2.3