diff options
Diffstat (limited to 'lout/container.hh')
-rw-r--r-- | lout/container.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lout/container.hh b/lout/container.hh index 03800efd..a7f01732 100644 --- a/lout/container.hh +++ b/lout/container.hh @@ -295,7 +295,8 @@ public: }; /** - * \brief A stack (LIFO). + * \brief A stack (LIFO). Can be used as Queue (FIFO) when pushUnder() + * is used instead of push(). * * Note that the iterator returns all elements in the reversed order they have * been put on the stack. |