Added Doxygen documentation

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@771 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
clitte_bbt 2006-10-27 18:05:03 +00:00
parent 6060322298
commit 228666b49c
4 changed files with 104 additions and 41 deletions

View file

@ -53,9 +53,9 @@ using std::cout;
using std::endl;
/**
* \defgroup FactoryGroup Factory
* \defgroup FactoriesGroup Factories
* \defgroup CachedFactoryGroup Cached Factory
* \ingroup FactoryGroup
* \ingroup FactoriesGroup
* \brief CachedFactory provides an extension of a Factory with caching
* support.
*
@ -630,7 +630,7 @@ namespace Loki
/**
* \class CachedFactory
* \ingroup FactoryGroup
* \ingroup CachedFactoryGroup
* \brief Factory with caching support
*
* This class acts as a Factory (it creates objects)