From 4454f4b04f86999720178bdd0d6cdc644d4955c6 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 13 Oct 2015 21:29:04 -0400 Subject: [PATCH] Document Category, sorta. --- prototype/Doubt/Category.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/prototype/Doubt/Category.swift b/prototype/Doubt/Category.swift index d37a64228..2edc6d431 100644 --- a/prototype/Doubt/Category.swift +++ b/prototype/Doubt/Category.swift @@ -1,3 +1,4 @@ +/// A syntactic category to which nodes can belong. public enum Category: AlgebraicHashable, Comparable, CustomDebugStringConvertible, CustomJSONConvertible { case Tag(String)