Index: /trunk/src/VBox/Devices/Network/slirp/slirp_state.h
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/slirp_state.h	(revision 39782)
+++ /trunk/src/VBox/Devices/Network/slirp/slirp_state.h	(revision 39783)
@@ -4,5 +4,5 @@
 
 /*
- * Copyright (C) 2006-2010 Oracle Corporation
+ * Copyright (C) 2006-2012 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -69,12 +69,14 @@
 typedef struct DNSMAPPINGENTRY
 {
-    /*
-     * host name to map
-     * Note: if pszCName isn't null pszPattern won't be used (see alias_dns.c for details)
+    /** host name to map.
+     * @note If pszCName isn't null pszPattern won't be used (see alias_dns.c for
+     *       details).
      */
     char        *pszCName;
-    /* pattern of hostnames to map to specifaied IP */
+    /** Pattern (simple) of hostnames to map to the specified IP. */
     char        *pszPattern;
+    /** The IP Address. */
     uint32_t    u32IpAddress;
+    /** List entry.  */
     LIST_ENTRY(DNSMAPPINGENTRY) MapList;
 } DNSMAPPINGENTRY, *PDNSMAPPINGENTRY;
