]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/resolve.h
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / resolve.h
index 044ceec1e123ba096f66e6b8935fb28d0b52f535..c0b734b8e58cb6426343e9ffdc4b595802cf4245 100644 (file)
@@ -7,13 +7,16 @@
  * 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.
- *
- * Asynchronous resolver (header)
  */
 
 #ifndef __resolve_h__
 #define __resolve_h__
 
+/**
+ * @file
+ * Asynchronous resolver (header)
+ */
+
 GLOBAL bool Resolve_Addr PARAMS((PROC_STAT * s, const ng_ipaddr_t * Addr,
                                 int identsock, void (*cbfunc) (int, short)));
 GLOBAL bool Resolve_Name PARAMS((PROC_STAT * s, const char *Host,