From 71bb4de05099601651f1a7a77d72ebf072a38be6 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Wed, 21 Jan 2015 22:21:08 +0100 Subject: Only documentation changes. --- src/core/model/Typesystem.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') 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 -- cgit v1.2.3