]> arthur.barton.de Git - ngircd.git/blobdiff - src/tool/tool.c
Add Doxygen @file documentation to each source and header file
[ngircd.git] / src / tool / tool.c
index 9e2907494b4c9402a79d7b2b1792f5bc3003a590..ef3fb5d73467355782698aa0b5c78ac44b50bad1 100644 (file)
@@ -7,13 +7,15 @@
  * 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
  */
 
-
 #include "portab.h"
 
+/**
+ * @file
+ * Tool functions
+ */
+
 #include "imp.h"
 #include <assert.h>
 #include <ctype.h>
@@ -186,8 +188,8 @@ CODE facilitynames[] = {
 #endif
 
 
-GLOBAL const char
-*ngt_SyslogFacilityName(int Facility)
+GLOBAL const char*
+ngt_SyslogFacilityName(int Facility)
 {
        int i = 0;
        while(facilitynames[i].c_name) {