]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/op.h
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / op.h
index 544be25a8650d273492d4a3c501780dd1edc35f3..a1a84a330dc8caf105192ed474c7e000c96001a8 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.
- *
- * Operator management (header)
  */
 
 #ifndef __oper_h__
 #define __oper_h__
 
+/**
+ * @file
+ * IRC operator functions (header)
+ */
+
 GLOBAL bool Op_NoPrivileges PARAMS((CLIENT * Client, REQUEST * Req));
 GLOBAL bool Op_Check PARAMS((CLIENT * Client, REQUEST * Req));