mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-02 15:34:05 +00:00
Add missong Doxygen @file tags to ngircd.h and irc-op.h
This commit is contained in:
parent
2a7dd06ebd
commit
72a982ae7e
@ -7,15 +7,15 @@
|
|||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
* Please read the file COPYING, README and AUTHORS for more information.
|
* 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__
|
#ifndef __irc_op_h__
|
||||||
#define __irc_op_h__
|
#define __irc_op_h__
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Channel operator commands (header)
|
||||||
|
*/
|
||||||
|
|
||||||
GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req ));
|
GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req ));
|
||||||
GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req ));
|
GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req ));
|
||||||
|
@ -7,15 +7,16 @@
|
|||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
* Please read the file COPYING, README and AUTHORS for more information.
|
* 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__
|
#ifndef __ngircd_h__
|
||||||
#define __ngircd_h__
|
#define __ngircd_h__
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Global variables of ngIRCd.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user