Author: wyoung
Date: Fri Aug  3 19:06:10 2007
New Revision: 1732

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1732&view=rev
Log:
Better resolution to the handling of TCP address forms in Doxygen
comment

Modified:
    trunk/lib/tcp_connection.h

Modified: trunk/lib/tcp_connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/tcp_connection.h?rev=1732&r1=1731&r2=1732&view=diff
==============================================================================
--- trunk/lib/tcp_connection.h (original)
+++ trunk/lib/tcp_connection.h Fri Aug  3 19:06:10 2007
@@ -98,8 +98,14 @@
        /// It understands the following forms:
        ///
        ///     - 1.2.3.4
+       ///
+       ///     - 1.2.3.4:567
+       ///
        /// - 1.2.3.4:mysvcport
+       ///
        /// - a.b.com:89
+       ///
+       /// - d.e.fr:othersvc
        ///
        /// It also understands IPv6 addresses, but to avoid confusion
        /// between the colons they use and the colon separating the address


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to