summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 00:15:08 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 00:15:08 +0100
commit36b712c9f9af5c008fbd193392546fd472a35189 (patch)
treef21e33660b7b9109efbd6c39c21698baaa5f2a79 /test
parent0a8a012850bb7c730ccac4c91c7aca5c88cbedc9 (diff)
Added lonely comment to StandaloneEnvironment
Diffstat (limited to 'test')
-rw-r--r--test/core/StandaloneEnvironment.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/core/StandaloneEnvironment.hpp b/test/core/StandaloneEnvironment.hpp
index a9dcdce..790bad4 100644
--- a/test/core/StandaloneEnvironment.hpp
+++ b/test/core/StandaloneEnvironment.hpp
@@ -31,6 +31,10 @@
namespace ousia {
+/**
+ * StandaloneEnvironment is a class used for quickly setting up an entire
+ * environment needed for running an Ousia instance.
+ */
struct StandaloneEnvironment {
ConcreteLogger &logger;
Manager manager;