]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / conn.c
index e58e6335a2a2cb298bbcf83703f7b7ccb666ddd2..e73dd3060e9d51887f21a610418c34b408e4c7f6 100644 (file)
@@ -7,8 +7,6 @@
  * 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.
- *
- * Connection management
  */
 
 
 #include "conf-ssl.h"
 #include "io.h"
 
+/**
+ * @file
+ * Connection management
+ */
+
 #include "imp.h"
 #include <assert.h>
 #ifdef PROTOTYPES