summaryrefslogtreecommitdiffstats
path: root/data/inst/instancetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/inst/instancetype.h')
-rw-r--r--data/inst/instancetype.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/data/inst/instancetype.h b/data/inst/instancetype.h
index ec3f5b87..bd22a17c 100644
--- a/data/inst/instancetype.h
+++ b/data/inst/instancetype.h
@@ -37,9 +37,7 @@ public:
friend class InstanceLoader;
/*!
- * \brief Gets the ID for this instance type.
- * By default this is the name of the Instance class that this type
- * creates, but this can be changed by overriding this function.
+ * \brief Gets the ID for this instance type.
* The type ID should be unique as it is used to identify the type
* of instances when they are loaded.
* Changing this value at runtime results in undefined behavior.