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