Added note to documentation

This commit is contained in:
Noikoio 2018-03-21 13:21:29 -07:00
parent 3e73be2048
commit 2deca3abad

View file

@ -5,6 +5,7 @@
/// <summary> /// <summary>
/// Used to join together an entity ID and its name when read from configuration. /// Used to join together an entity ID and its name when read from configuration.
/// In configuration, entities are fully specified with a prefix (if necessary), an ID, two colons, and a name. /// In configuration, entities are fully specified with a prefix (if necessary), an ID, two colons, and a name.
/// An EntityName struct can have either an ID, Name, or both. It cannot have neither.
/// </summary> /// </summary>
struct EntityName struct EntityName
{ {