1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Add missing comments

This commit is contained in:
Rick Winfrey 2016-06-17 15:31:50 -05:00
parent 638d0fa90b
commit c4b068c370

View File

@ -55,9 +55,11 @@ data Category
| VarAssignment
-- | A variable declaration.
| VarDecl
-- | A switch expression.
| Switch
-- | A ternary expression.
| Ternary
-- | A case expression.
| Case
-- | A non-standard category, which can be used for comparability.
| Other Text