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 6414734 commit 1b548b2Copy full SHA for 1b548b2
src/content/docs/c/comment.mdx
@@ -10,7 +10,8 @@ Comments serve as a sort of in-code documentation. When inserted into a program,
10
### Syntax
11
12
* (1) `/*` _comment_ `*/`
13
-* (2) <Revision since="C99">`//` _comment_ </Revision>
+
14
+<Revision since="C99">* (2) `//` _comment_ </Revision>
15
16
1) Often known as "C-style" or "multi-line" comments.
17
2) Often known as "C++-style" or "single-line" comments.
0 commit comments