diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-06-28 17:36:02 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-06-28 17:36:02 +0200 |
| commit | 298c01eaebb50a5756455ff6ffd49289a214b624 (patch) | |
| tree | 4da1540dc51f7a002356b24f923bfff6af8aa827 | |
| parent | 401087dfca03d9641cd3b62b004496e38246ae2f (diff) | |
| download | Project-Tick-298c01eaebb50a5756455ff6ffd49289a214b624.tar.gz Project-Tick-298c01eaebb50a5756455ff6ffd49289a214b624.zip | |
Reword doxygen comment for nbt_value
| -rw-r--r-- | include/nbt_value.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/nbt_value.h b/include/nbt_value.h index a1e98b4117..786d5e81eb 100644 --- a/include/nbt_value.h +++ b/include/nbt_value.h @@ -34,10 +34,8 @@ class tag_list; /** * @brief Contains an NBT value of fixed type * - * This can contain a tag of arbitrary type, but once the tag's type - * is set it is immutable. - * It can be casted to or assigned values, but if the types do not match it - * will throw an exception. + * A wrapper class that can contain a value of an arbitrary but fixed type. + * Casting or assigning incompatible types will throw an exception. * It can also refer to an uninitialized value (e.g. when using tag_compound::operator[] * with a non-existant key). */ |
