Removed misleading documentation

This commit is contained in:
Noikoio 2018-02-20 00:19:39 -08:00
parent c51b89e32e
commit d21c0c1155

View file

@ -3,9 +3,7 @@
enum EntityType { Channel, Role, User } enum EntityType { Channel, Role, User }
/// <summary> /// <summary>
/// Used to join together an entity ID and its name, particularly when read from configuration. /// Used to join together an entity ID and its name when read from configuration.
/// In the event of an unknown ID, the ID is found and cached. The ID should preferably be used
/// over the entity's string-based name, as it can change at any time.
/// 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.
/// </summary> /// </summary>
struct EntityName struct EntityName