]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-write.h
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / irc-write.h
index f0543149e08ec55e42932a3bcbd66bdb11365b4e..dc8dec209157a64c9ad6cdcf625291ec17fbaca9 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.
- *
- * Sending IRC commands over the network (header)
  */
 
 #ifndef __irc_write_h__
 #define __irc_write_h__
 
+/**
+ * @file
+ * Sending IRC commands over the network (header)
+ */
+
 GLOBAL bool IRC_WriteStrClient PARAMS((CLIENT *Client, const char *Format, ...));
 GLOBAL bool IRC_WriteStrClientPrefix PARAMS((CLIENT *Client, CLIENT *Prefix,
                const char *Format, ...));