Author: wyoung
Date: Tue Oct 23 10:47:54 2007
New Revision: 1776

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1776&view=rev
Log:
Doxygen comment fixes

Modified:
    trunk/lib/beemutex.h

Modified: trunk/lib/beemutex.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/beemutex.h?rev=1776&r1=1775&r2=1776&view=diff
==============================================================================
--- trunk/lib/beemutex.h (original)
+++ trunk/lib/beemutex.h Tue Oct 23 10:47:54 2007
@@ -1,4 +1,4 @@
-/// \file mutex.h
+/// \file beemutex.h
 /// \brief MUTually EXclusive lock class.
 /// \author Bob Deblier <[EMAIL PROTECTED]>
 ///
@@ -47,6 +47,13 @@
 
 namespace mysqlpp {
 
+/// \brief Wrapper around platform-specific mutexes.
+///
+/// This class is only intended to be used within the library.  We don't
+/// really want to support this as a general purpose class.  If it works
+/// for you as-is, that's great, we won't try to stop you.  But if you
+/// run into a problem that doesn't affect MySQL++ itself, we're not
+/// likely to bother enhancing this class to fix the problem.
 class BeecryptMutex
 {
 public:


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

Reply via email to