mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Document Category, sorta.
This commit is contained in:
parent
f2826c3bd2
commit
4454f4b04f
@ -1,3 +1,4 @@
|
|||||||
|
/// A syntactic category to which nodes can belong.
|
||||||
public enum Category: AlgebraicHashable, Comparable, CustomDebugStringConvertible, CustomJSONConvertible {
|
public enum Category: AlgebraicHashable, Comparable, CustomDebugStringConvertible, CustomJSONConvertible {
|
||||||
case Tag(String)
|
case Tag(String)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user