Author: wyoung
Date: Fri Jan 12 10:56:36 2007
New Revision: 1376

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1376&view=rev
Log:
Still more Doxygen warning squishes

Modified:
    trunk/lib/manip.h
    trunk/lib/noexceptions.h
    trunk/lib/qparms.h
    trunk/lib/query.h
    trunk/lib/result.h
    trunk/lib/row.h
    trunk/lib/transaction.h

Modified: trunk/lib/manip.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/manip.h?rev=1376&r1=1375&r2=1376&view=diff
==============================================================================
--- trunk/lib/manip.h (original)
+++ trunk/lib/manip.h Fri Jan 12 10:56:36 2007
@@ -614,7 +614,7 @@
 /// The 'ignore' manipulator.
 ///
 /// Only valid when used with SQLQueryParms. It's a dummy manipulator
-/// like the <a href="#do_nothing_manip>do_nothing manipulator</a>,
+/// like the <a href="#do_nothing_manip">do_nothing manipulator</a>,
 /// except that it will not override formatting set by the template
 /// query.  It is simply ignored.
 

Modified: trunk/lib/noexceptions.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/noexceptions.h?rev=1376&r1=1375&r2=1376&view=diff
==============================================================================
--- trunk/lib/noexceptions.h (original)
+++ trunk/lib/noexceptions.h Fri Jan 12 10:56:36 2007
@@ -40,7 +40,10 @@
 
 namespace mysqlpp {
 
+#if !defined(DOXYGEN_IGNORE)
+// Make Doxygen ignore this
 class MYSQLPP_EXPORT NoExceptions;
+#endif
 
 /// \brief Interface allowing a class to have optional exceptions.
 ///

Modified: trunk/lib/qparms.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/qparms.h?rev=1376&r1=1375&r2=1376&view=diff
==============================================================================
--- trunk/lib/qparms.h (original)
+++ trunk/lib/qparms.h Fri Jan 12 10:56:36 2007
@@ -38,8 +38,10 @@
 
 namespace mysqlpp {
 
+#if !defined(DOXYGEN_IGNORE)
+// Make Doxygen ignore this
 class MYSQLPP_EXPORT Query;
-
+#endif
 
 /// \brief This class holds the parameter values for filling
 /// template queries. 

Modified: trunk/lib/query.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.h?rev=1376&r1=1375&r2=1376&view=diff
==============================================================================
--- trunk/lib/query.h (original)
+++ trunk/lib/query.h Fri Jan 12 10:56:36 2007
@@ -58,7 +58,10 @@
 
 namespace mysqlpp {
 
+#if !defined(DOXYGEN_IGNORE)
+// Make Doxygen ignore this
 class MYSQLPP_EXPORT Connection;
+#endif
 
 /// \brief Used for indicating whether a query object should auto-reset
 enum query_reset { DONT_RESET, RESET_QUERY };

Modified: trunk/lib/result.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/result.h?rev=1376&r1=1375&r2=1376&view=diff
==============================================================================
--- trunk/lib/result.h (original)
+++ trunk/lib/result.h Fri Jan 12 10:56:36 2007
@@ -46,7 +46,10 @@
 
 namespace mysqlpp {
 
+#if !defined(DOXYGEN_IGNORE)
+// Make Doxygen ignore this
 class MYSQLPP_EXPORT Connection;
+#endif
 
 /// \brief A basic result set class, for use with "use" queries.
 ///

Modified: trunk/lib/row.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/row.h?rev=1376&r1=1375&r2=1376&view=diff
==============================================================================
--- trunk/lib/row.h (original)
+++ trunk/lib/row.h Fri Jan 12 10:56:36 2007
@@ -41,8 +41,11 @@
 
 namespace mysqlpp {
 
+#if !defined(DOXYGEN_IGNORE)
+// Make Doxygen ignore this
 class MYSQLPP_EXPORT FieldNames;
 class MYSQLPP_EXPORT ResUse;
+#endif
 
 /// \brief Manages rows from a result set.
 class MYSQLPP_EXPORT Row :

Modified: trunk/lib/transaction.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/transaction.h?rev=1376&r1=1375&r2=1376&view=diff
==============================================================================
--- trunk/lib/transaction.h (original)
+++ trunk/lib/transaction.h Fri Jan 12 10:56:36 2007
@@ -35,7 +35,10 @@
 
 namespace mysqlpp {
 
+#if !defined(DOXYGEN_IGNORE)
+// Make Doxygen ignore this
 class MYSQLPP_EXPORT Connection;
+#endif
 
 /// \brief Helper object for creating exception-safe SQL transactions.
 


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

Reply via email to