Author: wyoung
Date: Mon Dec 3 17:29:17 2007
New Revision: 1971
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1971&view=rev
Log:
Added some Doxygen comments
Modified:
trunk/lib/dbdriver.h
trunk/lib/options.h
Modified: trunk/lib/dbdriver.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/dbdriver.h?rev=1971&r1=1970&r2=1971&view=diff
==============================================================================
--- trunk/lib/dbdriver.h (original)
+++ trunk/lib/dbdriver.h Mon Dec 3 17:29:17 2007
@@ -57,9 +57,9 @@
public:
/// \brief Result code returned by next_result()
enum nr_code {
- nr_more_results,
- nr_last_result,
- nr_error
+ nr_more_results, ///< success, with more results to come
+ nr_last_result, ///< success, last result recieved
+ nr_error ///< problem retrieving next
result
};
/// \brief Create object
Modified: trunk/lib/options.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/options.h?rev=1971&r1=1970&r2=1971&view=diff
==============================================================================
--- trunk/lib/options.h (original)
+++ trunk/lib/options.h Mon Dec 3 17:29:17 2007
@@ -59,10 +59,10 @@
public:
/// \brief Types of option setting errors we can diagnose
enum Error {
- err_NONE,
- err_api_limit,
- err_api_reject,
- err_connected
+ err_NONE, ///< option was set successfully
+ err_api_limit, ///< option not supported by underlying C API
+ err_api_reject, ///< underlying C API returned error when
setting option
+ err_connected ///< can't set the given option while connected
};
virtual ~Option() { } ///< Destroy
object
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits