From 33b520a8b479511fc709ac6afb80f84440e37225 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 3 Jan 2006 15:06:40 +0000 Subject: [PATCH] move documenation into correct module git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@400 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/ScopeGuard.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/loki/ScopeGuard.h b/include/loki/ScopeGuard.h index bdda8bb..243a307 100755 --- a/include/loki/ScopeGuard.h +++ b/include/loki/ScopeGuard.h @@ -15,6 +15,8 @@ #ifndef LOKI_SCOPEGUARD_H_ #define LOKI_SCOPEGUARD_H_ +/// \defgroup ExceptionGroup Exception-safe code + namespace Loki { @@ -84,7 +86,7 @@ namespace Loki //////////////////////////////////////////////////////////////// /// /// \typedef typedef const ScopeGuardImplBase& ScopeGuard - /// \ingroup ThreadingGroup + /// \ingroup ExceptionGroup /// /// See Andrei's and Petru Marginean's CUJ article /// http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm