Removed misleading documentation
This commit is contained in:
parent
c51b89e32e
commit
d21c0c1155
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue