From ed8237ac69a6cc48915101c6569251636d067d76 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Wed, 8 Mar 2006 18:22:42 +0000 Subject: [PATCH] doxygen fixes git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@603 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Functor.h | 5 +++++ include/loki/LockingPtr.h | 7 +++++-- include/loki/RefToValue.h | 2 -- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/include/loki/Functor.h b/include/loki/Functor.h index 538858d..8eaacb5 100644 --- a/include/loki/Functor.h +++ b/include/loki/Functor.h @@ -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 // diff --git a/include/loki/LockingPtr.h b/include/loki/LockingPtr.h index ba3cbfe..1627267 100755 --- a/include/loki/LockingPtr.h +++ b/include/loki/LockingPtr.h @@ -37,8 +37,8 @@ namespace Loki typedef typename ConstPolicy::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. // diff --git a/include/loki/RefToValue.h b/include/loki/RefToValue.h index 94df4d4..1670aa5 100755 --- a/include/loki/RefToValue.h +++ b/include/loki/RefToValue.h @@ -50,8 +50,6 @@ namespace Loki //////////////////////////////////////////////////////////////////////////////// - /// \function ByRef - /// /// \ingroup ExceptionGroup /// RefToValue creator. ////////////////////////////////////////////////////////////////////////////////