]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ipaddr/ng_ipaddr.h
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ipaddr / ng_ipaddr.h
index 54a970362e5084e0193a6ea21519213dcd41038b..1f209ef9fb734ab4ac05b7d488c2a5ea1ebe7c4f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * Functions for AF_ agnostic ipv4/ipv6 handling.
- *
  * (c) 2008 Florian Westphal <fw@strlen.de>, public domain.
  */
 
@@ -8,6 +6,11 @@
 #define NG_IPADDR_HDR
 #include "portab.h"
 
+/**
+ * @file
+ * Functions for AF_ agnostic ipv4/ipv6 handling (header).
+ */
+
 #include <assert.h>
 #include <sys/socket.h>
 #include <netinet/in.h>