chiark / gitweb /
disorder.h: more consistent approach to function attributes
[disorder] / lib / split.c
index ebcf8210b96b714b24883f742fa5a8d3ad808323..2ec650f6e1114e2b340990a18d3519096a4e251c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2006-2008 Richard Kettlewell
+ * Copyright (C) 2004, 2006-2008, 2013 Richard Kettlewell
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -15,7 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-
+/** @file lib/split.c
+ * @brief String splitting
+ */
 #include "common.h"
 
 #include <ctype.h>
@@ -24,7 +26,6 @@
 #include "mem.h"
 #include "split.h"
 #include "log.h"
-#include "charset.h"
 #include "vector.h"
 
 static inline int space(int c) {