We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f4756 commit 9cda856Copy full SHA for 9cda856
design/mvp/WIT.md
@@ -796,17 +796,6 @@ comment ::= '//' character-that-isnt-a-newline*
796
| '/*' any-unicode-character* '*/'
797
```
798
799
-There is a special type of comment called `documentation comment`. A
800
-`doc-comment` is either a line comment preceded with `///` which ends at the next
801
-newline (`\n`) character or it's a block comment which starts with `/**` and ends
802
-with `*/`. Note that block comments are allowed to be nested and their delimiters
803
-must be balanced
804
-
805
-```ebnf
806
-doc-comment ::= '///' character-that-isnt-a-newline*
807
- | '/**' any-unicode-character* '*/'
808
-```
809
810
### Operators
811
812
There are some common operators in the lexical structure of `wit` used for
0 commit comments