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:
parent
6060322298
commit
228666b49c
4 changed files with 104 additions and 41 deletions
|
@ -25,6 +25,19 @@
|
|||
|
||||
#include <cassert>
|
||||
|
||||
/**
|
||||
* \defgroup FactoriesGroup Factories
|
||||
* \defgroup AbstractFactoryGroup Abstract Factory
|
||||
* \ingroup FactoriesGroup
|
||||
* \brief Implements an abstract object factory.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \class AbstractFactory
|
||||
* \ingroup AbstractFactoryGroup
|
||||
* \brief Implements an abstract object factory.
|
||||
*/
|
||||
|
||||
namespace Loki
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue