Author: wyoung
Date: Fri Jan 12 10:35:15 2007
New Revision: 1370

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1370&view=rev
Log:
YA doxygen warning squish

Modified:
    trunk/lib/connection.h

Modified: trunk/lib/connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.h?rev=1370&r1=1369&r2=1370&view=diff
==============================================================================
--- trunk/lib/connection.h (original)
+++ trunk/lib/connection.h Fri Jan 12 10:35:15 2007
@@ -49,7 +49,14 @@
 
 namespace mysqlpp {
 
+
+#if !defined(DOXYGEN_IGNORE)
+// Doxygen will not generate documentation for this section.
+
 class MYSQLPP_EXPORT Query;
+
+#endif // !defined(DOXYGEN_IGNORE)
+
 
 /// \brief Manages the connection to the MySQL database.
 


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

Reply via email to