move documenation into correct module
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@400 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
94131d724c
commit
33b520a8b4
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
||||||
#ifndef LOKI_SCOPEGUARD_H_
|
#ifndef LOKI_SCOPEGUARD_H_
|
||||||
#define LOKI_SCOPEGUARD_H_
|
#define LOKI_SCOPEGUARD_H_
|
||||||
|
|
||||||
|
/// \defgroup ExceptionGroup Exception-safe code
|
||||||
|
|
||||||
namespace Loki
|
namespace Loki
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -84,7 +86,7 @@ namespace Loki
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
///
|
///
|
||||||
/// \typedef typedef const ScopeGuardImplBase& ScopeGuard
|
/// \typedef typedef const ScopeGuardImplBase& ScopeGuard
|
||||||
/// \ingroup ThreadingGroup
|
/// \ingroup ExceptionGroup
|
||||||
///
|
///
|
||||||
/// See Andrei's and Petru Marginean's CUJ article
|
/// See Andrei's and Petru Marginean's CUJ article
|
||||||
/// http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm
|
/// http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue