Changed group from Containers to containers

This commit is contained in:
jwellbelove 2014-10-31 16:00:38 +00:00
parent 1fe506955d
commit cb40851388

View File

@ -37,7 +37,8 @@ SOFTWARE.
///\defgroup queue queue
/// A First-in / first-out queue with the capacity defined at compile time,
/// written in the STL style.
///\ingroup Containers
///\note Uses a predefined array, so MAX_SIZE_ elements will be always be constructed.
///\ingroup containers
//*****************************************************************************
namespace etl