From cb40851388efb89e5bfb505d80575a0e95e34836 Mon Sep 17 00:00:00 2001 From: jwellbelove Date: Fri, 31 Oct 2014 16:00:38 +0000 Subject: [PATCH] Changed group from Containers to containers --- queue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queue.h b/queue.h index e5525d4e..68202d0a 100644 --- a/queue.h +++ b/queue.h @@ -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