about summary refs log tree commit diff
path: root/src/ipaddr/ng_ipaddr.c
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-12-27 17:14:14 +0100
committerAlexander Barton <alex@barton.de>2011-02-13 17:52:38 +0100
commit03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c (patch)
tree1f6d99b8ecbfaa2775737928109d6344dc133359 /src/ipaddr/ng_ipaddr.c
parent408cefd15d4540d340283cdfbfad62a8e432cf8e (diff)
downloadngircd-03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c.tar.gz
ngircd-03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c.zip
Add Doxygen @file documentation to each source and header file
Diffstat (limited to 'src/ipaddr/ng_ipaddr.c')
-rw-r--r--src/ipaddr/ng_ipaddr.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ipaddr/ng_ipaddr.c b/src/ipaddr/ng_ipaddr.c
index af524d09..a47a40d2 100644
--- a/src/ipaddr/ng_ipaddr.c
+++ b/src/ipaddr/ng_ipaddr.c
@@ -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>