]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/array.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / array.c
index 0fa960857dda156fe1ee8eeaf7ae8ec4040403c6..81569ce07e1f45ebab4cb4a925b4d498d2e006bd 100644 (file)
@@ -5,9 +5,13 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * functions to dynamically allocate arrays.
+ * libarray - dynamically allocate arrays.
  * Copyright (c) 2005 Florian Westphal (westphal@foo.fh-furtwangen.de)
- *
+ */
+
+/**
+ * @file
+ * Functions to dynamically allocate arrays.
  */
 
 #include "array.h"