aboutsummaryrefslogtreecommitdiff
path: root/lout/container.hh
diff options
context:
space:
mode:
authorsgeerke <devnull@localhost>2012-06-24 12:06:15 +0200
committersgeerke <devnull@localhost>2012-06-24 12:06:15 +0200
commit39985d2c5158742fc9e00e7dd90559f9f5c8c75f (patch)
tree1950c633fd73c1b7ef5056ed18b9dcd527552d3b /lout/container.hh
parente02ec1bd1405715f050a71d40a9e3c212dd43123 (diff)
First part of hyphenation! And some minor changes in "lout".
Diffstat (limited to 'lout/container.hh')
-rw-r--r--lout/container.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/container.hh b/lout/container.hh
index 8a9e3e0f..d2484b13 100644
--- a/lout/container.hh
+++ b/lout/container.hh
@@ -3,6 +3,8 @@
#include "object.hh"
+namespace lout {
+
/**
* \brief This namespace contains a framework for container classes, which
* members are instances of object::Object.
@@ -15,8 +17,6 @@
*
* \sa container::untyped, container::typed
*/
-namespace lout {
-
namespace container {
/**