doxygen fixes
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@603 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
fcbac5e58c
commit
ed8237ac69
3 changed files with 10 additions and 4 deletions
|
@ -42,6 +42,8 @@
|
|||
//#define LOKI_FUNCTOR_IS_NOT_A_SMALLOBJECT
|
||||
#endif
|
||||
|
||||
/// \namespace Loki
|
||||
/// All classes of Loki are in the Loki namespace
|
||||
namespace Loki
|
||||
{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -1686,6 +1688,9 @@ namespace Loki
|
|||
#endif // FUNCTOR_INC_
|
||||
|
||||
// $Log$
|
||||
// Revision 1.19 2006/03/08 18:22:42 syntheticpp
|
||||
// doxygen fixes
|
||||
//
|
||||
// Revision 1.18 2006/02/27 18:53:41 syntheticpp
|
||||
// make it possible for Functor not to be a small object because it introduces sometimes problems, add documentation
|
||||
//
|
||||
|
|
|
@ -37,8 +37,8 @@ namespace Loki
|
|||
typedef typename ConstPolicy<SharedObject>::Type ConstOrNotType;
|
||||
|
||||
/** Constructor locks mutex associated with an object.
|
||||
@param obj Reference to object.
|
||||
@param mtx Mutex used to control thread access to object.
|
||||
@param object Reference to object.
|
||||
@param mutex Mutex used to control thread access to object.
|
||||
*/
|
||||
LockingPtr( volatile ConstOrNotType & object, LockingPolicy & mutex )
|
||||
: pObject_( const_cast< SharedObject * >( &object ) ),
|
||||
|
@ -91,6 +91,9 @@ namespace Loki
|
|||
|
||||
|
||||
// $Log$
|
||||
// Revision 1.11 2006/03/08 18:22:42 syntheticpp
|
||||
// doxygen fixes
|
||||
//
|
||||
// Revision 1.10 2006/02/20 21:45:40 rich_sposato
|
||||
// Removed struct Locking - no longer needed.
|
||||
//
|
||||
|
|
|
@ -50,8 +50,6 @@ namespace Loki
|
|||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// \function ByRef
|
||||
///
|
||||
/// \ingroup ExceptionGroup
|
||||
/// RefToValue creator.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue