]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
Move "ClientHost" and "ClientUserNick" to end of [Global] section
[ngircd-alex.git] / src / ngircd / conn.h
index 280c61bb8dea77b0b39070607ebecc91fa30ec13..4228c9e41b933a3de5bd60e2638a78ecc895fc39 100644 (file)
@@ -7,14 +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.
- *
- * Connection management (header)
  */
 
-
 #ifndef __conn_h__
 #define __conn_h__
 
+/**
+ * @file
+ * Connection management (header)
+ */
 
 #include <time.h>                      /* for time_t, see below */
 
@@ -137,5 +138,4 @@ GLOBAL void Conn_DebugDump PARAMS((void));
 
 #endif
 
-
 /* -eof- */