Author: wyoung
Date: Fri Jan 12 10:15:56 2007
New Revision: 1366

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1366&view=rev
Log:
Removed Doxygen conditional block comments.  Wasn't using the feature
correctly, so newer doxygens yell about it.

Modified:
    trunk/lib/type_info.cpp
    trunk/lib/vallist.cpp

Modified: trunk/lib/type_info.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/type_info.cpp?rev=1366&r1=1365&r2=1366&view=diff
==============================================================================
--- trunk/lib/type_info.cpp (original)
+++ trunk/lib/type_info.cpp Fri Jan 12 10:15:56 2007
@@ -122,9 +122,6 @@
 const mysql_type_info::sql_type_info_lookup
                mysql_type_info::lookups(mysql_type_info::types, 62);
 
-/// \if INTERNAL
-// Doxygen will not generate documentation for this section.
-
 mysql_ti_sql_type_info_lookup::mysql_ti_sql_type_info_lookup(
                const sql_type_info types[], const int size)
 {
@@ -134,8 +131,6 @@
                }
        }
 }
-
-/// \endif
 
 unsigned char mysql_type_info::type(enum_field_types t,
                bool _unsigned, bool _null) 

Modified: trunk/lib/vallist.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/vallist.cpp?rev=1366&r1=1365&r2=1366&view=diff
==============================================================================
--- trunk/lib/vallist.cpp (original)
+++ trunk/lib/vallist.cpp Fri Jan 12 10:15:56 2007
@@ -130,12 +130,7 @@
 }
 
 
-/// \if INTERNAL
-// Doxygen will not generate documentation for this section.
-
-// Instantiate above template.  Not sure why this is necessary.  Either
-// find out, document and remove it from the INTERNAL section; or remove
-// it.
+// Instantiate above template.  Not sure why this is necessary.
 
 template void
 create_vector(const Row& c, std::vector<bool>& v, string s0,
@@ -143,7 +138,5 @@
                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