]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc.h
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / irc.h
index 358d91ac5bc8032a0c5f1fc3809b348a51ffb142..cdeb74580984c2fee70198d83cb81e6e05c67649 100644 (file)
@@ -7,13 +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.
- *
- * IRC commands (header)
  */
 
 #ifndef __irc_h__
 #define __irc_h__
 
+/**
+ * @file
+ * IRC commands (header)
+ */
+
 GLOBAL bool IRC_ERROR PARAMS((CLIENT *Client, REQUEST *Req));
 GLOBAL bool IRC_KILL PARAMS((CLIENT *Client, REQUEST *Req));
 GLOBAL bool IRC_NOTICE PARAMS((CLIENT *Client, REQUEST *Req));