From 03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 27 Dec 2010 17:14:14 +0100 Subject: Add Doxygen @file documentation to each source and header file --- src/portab/waitpid.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/portab/waitpid.c') diff --git a/src/portab/waitpid.c b/src/portab/waitpid.c index 0c169601..5846bd8f 100644 --- a/src/portab/waitpid.c +++ b/src/portab/waitpid.c @@ -1,12 +1,16 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * + */ + +#include "portab.h" + +/** + * @file * waitpid() implementation. Public domain. * Written by Steven D. Blackford for the NeXT system. - * */ -#include "portab.h" +#ifndef HAVE_WAITPID #include "imp.h" #include @@ -15,8 +19,6 @@ #include "exp.h" -#ifndef HAVE_WAITPID - GLOBAL int waitpid(pid, stat_loc, options) int pid, *stat_loc, options; -- cgit 1.4.1