From 9fafcab114dcb86b15526969d9db6c32158cb59b Mon Sep 17 00:00:00 2001 From: austriancoder Date: Tue, 7 Dec 2004 07:27:54 +0000 Subject: source comment updates --- dxr3singleton.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dxr3singleton.h') diff --git a/dxr3singleton.h b/dxr3singleton.h index 6db2c26..849224d 100644 --- a/dxr3singleton.h +++ b/dxr3singleton.h @@ -23,8 +23,11 @@ #define _DXR3_SINGLETON_H_ // ================================== -// This template makes it easy to make -// global things +//! A singleton template. +/*! + Is a nice solution to use only + one instance of a class. +*/ template class Singleton { -- cgit v1.2.3