diff --git a/pages/docs/manual/latest/overview.mdx b/pages/docs/manual/latest/overview.mdx index 5add0adda..9efad93a7 100644 --- a/pages/docs/manual/latest/overview.mdx +++ b/pages/docs/manual/latest/overview.mdx @@ -17,10 +17,12 @@ canonical: "/docs/manual/latest/overview" ### Comments -| JavaScript | ReScript | -| ----------------- | ----------- | -| `/* Comment */` | Same | -| `// Line comment` | Same | +| JavaScript | ReScript | +| -------------------- | -------------------------------- | +| `// Line comment` | Same | +| `/* Comment */` | Same | +| `/** Doc Comment */` | `/** Before Types/Values */` | +| | `/*** Standalone Doc Comment */` | ### Variable