1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Document Category, sorta.

This commit is contained in:
Rob Rix 2015-10-13 21:29:04 -04:00
parent f2826c3bd2
commit 4454f4b04f

View File

@ -1,3 +1,4 @@
/// A syntactic category to which nodes can belong.
public enum Category: AlgebraicHashable, Comparable, CustomDebugStringConvertible, CustomJSONConvertible {
case Tag(String)