Author: wyoung
Date: Fri Jan 12 11:03:18 2007
New Revision: 1377

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1377&view=rev
Log:
Final (?) Doxygen warning squish

Modified:
    trunk/lib/vallist.cpp

Modified: trunk/lib/vallist.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/vallist.cpp?rev=1377&r1=1376&r2=1377&view=diff
==============================================================================
--- trunk/lib/vallist.cpp (original)
+++ trunk/lib/vallist.cpp Fri Jan 12 11:03:18 2007
@@ -130,13 +130,15 @@
 }
 
 
-// Instantiate above template.  Not sure why this is necessary.
-
+#if !defined(DOXYGEN_IGNORE)
+// Instantiate above template.  Not sure why this is necessary.  Hide it
+// from Doxygen, because we clearly cannot appease it by documenting it.
 template void
 create_vector(const Row& c, std::vector<bool>& v, string s0,
                string s1, string s2, string s3, string s4, string s5,
                string s6, string s7, string s8, string s9, string sa,
                string sb, string sc);
+#endif
 
 } // end namespace mysqlpp
 


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

Reply via email to