From e1090ce9f025d39f963c34fa232eb07f08675558 Mon Sep 17 00:00:00 2001 From: KAWASHIMA Takahiro Date: Thu, 27 Feb 2025 16:12:39 +0900 Subject: [PATCH] [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. --- flang/docs/Extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/docs/Extensions.md b/flang/docs/Extensions.md index 1dc0b65271b27..cb6c1aa9ac3c0 100644 --- a/flang/docs/Extensions.md +++ b/flang/docs/Extensions.md @@ -216,7 +216,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.