]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/strtok_r.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / portab / strtok_r.c
index 852c8f705548d557785dc68a86bb0378e3d4e1d4..043898e9e13f72c6013d6a0f26c7390ed4b4735c 100644 (file)
@@ -1,8 +1,18 @@
+/*
+ * ngIRCd -- The Next Generation IRC Daemon
+ */
+
 #include "portab.h"
-#include <string.h>
+
+/**
+ * @file
+ * Implementation of strtok_r()
+ */
 
 #ifndef HAVE_STRTOK_R
 
+#include <string.h>
+
 char *
 strtok_r(char *str, const char *delim, char **saveptr)
 {