From 50bf550572a3d26a83da4fc67601721c931304c0 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Thu, 3 Nov 2005 12:56:58 +0000 Subject: [PATCH] more doxygen documentation, modules added git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@350 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Singleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loki/Singleton.h b/include/loki/Singleton.h index 3b7592b..5ceddcb 100644 --- a/include/loki/Singleton.h +++ b/include/loki/Singleton.h @@ -472,7 +472,7 @@ namespace Loki /// - master never dies (NoDestroy policy) /// - master never created /// - master dies not in the function registered with atexit - /// - master dies not by a call of a the atexit registerd function (DeletableSingleton::GreathFullDeath) + /// - master dies not by a call of a the atexit registerd function (DeletableSingleton::GracefulDelete) /// /// \par Usage: ///