diff options
| author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-21 22:21:08 +0100 |
|---|---|---|
| committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-21 22:21:08 +0100 |
| commit | 71bb4de05099601651f1a7a77d72ebf072a38be6 (patch) | |
| tree | 2b68867136a97bc382bb68865175c5c8e02ece99 | |
| parent | b91d736953895e9ce722390d9549d373647d4ea1 (diff) | |
Only documentation changes.
| -rw-r--r-- | src/core/model/Typesystem.hpp | 4 |
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 |
