Skip to content

Commit e1090ce

Browse files
committed
[flang][docs][NFC] Fix Markdown /*comments*/
`*` in `/*comments*/` were interpreted as emphasis marks and were not displayed in https://flang.llvm.org/docs/Extensions.html.
1 parent 7521207 commit e1090ce

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
@@ -216,7 +216,7 @@ end
216216
the length parameter of the implicit type, not the first.
217217
* Outside a character literal, a comment after a continuation marker (&)
218218
need not begin with a comment marker (!).
219-
* Classic C-style /*comments*/ are skipped, so multi-language header
219+
* Classic C-style `/*comments*/` are skipped, so multi-language header
220220
files are easier to write and use.
221221
* $ and \ edit descriptors are supported in FORMAT to suppress newline
222222
output on user prompts.

0 commit comments

Comments
 (0)