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