[flang][docs][NFC] Fix Markdown /*comments*/ (#129018)

`*` in `/*comments*/` were interpreted as emphasis marks and were not
displayed in https://flang.llvm.org/docs/Extensions.html.
This commit is contained in:
KAWASHIMA Takahiro 2025-02-28 10:18:37 +09:00 committed by GitHub
parent 6e7f04266c
commit 0e56f6dc3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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