Skip to content

Commit 0e56f6d

Browse files
authored
[flang][docs][NFC] Fix Markdown /*comments*/ (llvm#129018)
`*` in `/*comments*/` were interpreted as emphasis marks and were not displayed in https://flang.llvm.org/docs/Extensions.html.
1 parent 6e7f042 commit 0e56f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/Extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ end
218218
the length parameter of the implicit type, not the first.
219219
* Outside a character literal, a comment after a continuation marker (&)
220220
need not begin with a comment marker (!).
221-
* Classic C-style /*comments*/ are skipped, so multi-language header
221+
* Classic C-style `/*comments*/` are skipped, so multi-language header
222222
files are easier to write and use.
223223
* $ and \ edit descriptors are supported in FORMAT to suppress newline
224224
output on user prompts.

0 commit comments

Comments
 (0)