]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/tool/tool.h
Clean up and fix comments of Check_ArgIsTrue()
[ngircd-alex.git] / src / tool / tool.h
index 4513a2323fa39c04e56ce419f29fc24e846aa7ae..60a65379cb81fa464f774484870eb1e4bb83d946 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.
- *
- * Tool functions (Header)
  */
 
-
 #ifndef __tool_h__
 #define __tool_h__
+
+/**
+ * @file
+ * Tool functions (Header)
+ */
+
 #include "portab.h"
 
 #ifdef HAVE_ARPA_INET_H
@@ -36,5 +39,4 @@ GLOBAL int ngt_SyslogFacilityID PARAMS((char *Name, int DefaultFacility));
 
 #endif
 
-
 /* -eof- */