Complete Socket library documentation
[senf.git] / Socket / INetAddressing.cci
index 7089881..688cbb5 100644 (file)
@@ -20,7 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of inline non-template functions
+/** \file
+    \brief INet[46]Address and INet[46]AddressingPolicy inline non-template implementation
+ */
 
 // Custom includes
 #include <arpa/inet.h>
@@ -53,7 +55,7 @@ prefix_ bool senf::INet4Address::operator==(INet4Address const & other)
 prefix_ std::string senf::INet4Address::host()
     const
 {
-    // FIXME: thread safety?
+    /** \fixme thread safety? */
     return std::string(::inet_ntoa(addr_.sin_addr));
 }