summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-21 22:21:08 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-21 22:21:08 +0100
commit71bb4de05099601651f1a7a77d72ebf072a38be6 (patch)
tree2b68867136a97bc382bb68865175c5c8e02ece99 /src
parentb91d736953895e9ce722390d9549d373647d4ea1 (diff)
Only documentation changes.
Diffstat (limited to 'src')
-rw-r--r--src/core/model/Typesystem.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp
index f4182fc..e0aa81e 100644
--- a/src/core/model/Typesystem.hpp
+++ b/src/core/model/Typesystem.hpp
@@ -660,7 +660,7 @@ protected:
public:
/**
- * Private constructor of the StructType class, creates a new instance
+ * Constructor of the StructType class, creates a new instance
* without performing any validity checks.
*
* @param mgr is the underlying Manager instance.
@@ -680,7 +680,7 @@ public:
* parameters for validity.
*
* @param mgr is the underlying Manager instance.
- * @param name is the name of the EnumType instance. Should be a valid
+ * @param name is the name of the StructType instance. Should be a valid
* identifier.
* @param system is a reference to the parent Typesystem instance.
* @param parentStructure is a reference to the StructType this type is