Skip to content

Commit 59cd87f

Browse files
authored
Some mention of doc comments. (#567)
1 parent 955f0c7 commit 59cd87f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/docs/manual/latest/overview.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ canonical: "/docs/manual/latest/overview"
1717

1818
### Comments
1919

20-
| JavaScript | ReScript |
21-
| ----------------- | ----------- |
22-
| `/* Comment */` | Same |
23-
| `// Line comment` | Same |
20+
| JavaScript | ReScript |
21+
| -------------------- | -------------------------------- |
22+
| `// Line comment` | Same |
23+
| `/* Comment */` | Same |
24+
| `/** Doc Comment */` | `/** Before Types/Values */` |
25+
| | `/*** Standalone Doc Comment */` |
2426

2527
### Variable
2628

0 commit comments

Comments
 (0)