Author: wyoung
Date: Tue May 18 19:21:29 2010
New Revision: 2649
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2649&view=rev
Log:
Doxygen comment fix
Modified:
trunk/lib/query.h
Modified: trunk/lib/query.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.h?rev=2649&r1=2648&r2=2649&view=diff
==============================================================================
--- trunk/lib/query.h (original)
+++ trunk/lib/query.h Tue May 18 19:21:29 2010
@@ -249,9 +249,9 @@
///
/// This just returns the opposite of operator void*(), and is
/// required only because basic_ios defines it, so we have to
- /// override it to get Query-specific behavior in code like
- ///
- /// \code if (!query) ...
+ /// override it to get Query-specific behavior in code like this:
+ ///
+ /// \code if (!query) ... \endcode
bool operator !() const { return !operator void*(); }
/// \brief Treat the contents of the query string as a template
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits