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:
parent
638d0fa90b
commit
c4b068c370
@ -55,9 +55,11 @@ data Category
|
|||||||
| VarAssignment
|
| VarAssignment
|
||||||
-- | A variable declaration.
|
-- | A variable declaration.
|
||||||
| VarDecl
|
| VarDecl
|
||||||
|
-- | A switch expression.
|
||||||
| Switch
|
| Switch
|
||||||
-- | A ternary expression.
|
-- | A ternary expression.
|
||||||
| Ternary
|
| Ternary
|
||||||
|
-- | A case expression.
|
||||||
| Case
|
| Case
|
||||||
-- | A non-standard category, which can be used for comparability.
|
-- | A non-standard category, which can be used for comparability.
|
||||||
| Other Text
|
| Other Text
|
||||||
|
Loading…
Reference in New Issue
Block a user