diff options
| author | Alexander Barton <alex@barton.de> | 2010-12-27 17:23:25 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-02-13 17:52:39 +0100 |
| commit | 72a982ae7e436b98102699b4f090d992d0600b44 (patch) | |
| tree | 519f080f69c0ec3a6553d2e94d38a4035e9b9e7d | |
| parent | 2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800 (diff) | |
| download | ngircd-72a982ae7e436b98102699b4f090d992d0600b44.tar.gz ngircd-72a982ae7e436b98102699b4f090d992d0600b44.zip | |
Add missong Doxygen @file tags to ngircd.h and irc-op.h
| -rw-r--r-- | src/ngircd/irc-op.h | 8 | ||||
| -rw-r--r-- | src/ngircd/ngircd.h | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/src/ngircd/irc-op.h b/src/ngircd/irc-op.h index 1b551012..f7ee450b 100644 --- a/src/ngircd/irc-op.h +++ b/src/ngircd/irc-op.h @@ -7,15 +7,15 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * $Id: irc-op.h,v 1.4 2005/03/19 18:43:48 fw Exp $ - * - * Channel operator commands (header) */ #ifndef __irc_op_h__ #define __irc_op_h__ +/** + * @file + * Channel operator commands (header) + */ GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req )); diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h index fb237946..143a9ffc 100644 --- a/src/ngircd/ngircd.h +++ b/src/ngircd/ngircd.h @@ -7,15 +7,16 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * $Id: ngircd.h,v 1.22 2005/06/24 19:20:56 fw Exp $ - * - * Prototypes of the "main module". */ #ifndef __ngircd_h__ #define __ngircd_h__ +/** + * @file + * Global variables of ngIRCd. + */ + #include <time.h> #include "defines.h" |