]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ipaddr/ng_ipaddr.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ipaddr / ng_ipaddr.c
index af524d091fa569dd874559a3f032f5dcc0cfde6d..a47a40d2a245bc0856ff03a853a66606ba1b3e00 100644 (file)
@@ -1,11 +1,14 @@
 /*
- * Functions for AF_ agnostic ipv4/ipv6 handling.
- *
  * (c) 2008 Florian Westphal <fw@strlen.de>, public domain.
  */
 
 #include "portab.h"
 
+/**
+ * @file
+ * Functions for AF_ agnostic ipv4/ipv6 handling.
+ */
+
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>