Author: wyoung
Date: Wed Jul 11 00:27:32 2007
New Revision: 1656

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1656&view=rev
Log:
Doxygen says it doesn't want one of the new comments, so removed it

Modified:
    trunk/lib/manip.h

Modified: trunk/lib/manip.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/manip.h?rev=1656&r1=1655&r2=1656&view=diff
==============================================================================
--- trunk/lib/manip.h (original)
+++ trunk/lib/manip.h Wed Jul 11 00:27:32 2007
@@ -560,10 +560,6 @@
        return operator <<(o, static_cast<const char* const&>(in));
 }
 
-
-/// \brief Inserts an array of const char into a stream, escaping special
-/// SQL characters.
-
 inline std::ostream& operator <<(escape_type1 o,
                const char in[])
 {


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

Reply via email to