From f5f2686b2cbfddba39035312e8f7704d4d822e89 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 14 Nov 2022 09:19:13 +0000 Subject: doc: Format region pragmas as separate items This seems consistent with how other paired pragmas are documented in texinfo, e.g. push_options and pop_options. gcc/ChangeLog: * doc/cpp.texi (Pragmas): Use @item and @itemx for region pragmas. --- gcc/doc/cpp.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/doc/cpp.texi') diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 1be29eb..5e86a95 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -3843,7 +3843,8 @@ file will never be read again, no matter what. It is a less-portable alternative to using @samp{#ifndef} to guard the contents of header files against multiple inclusions. -@code{#pragma region @{tokens@}...}, @code{#pragma endregion @{tokens@}...} +@item #pragma region @{tokens@}... +@itemx #pragma endregion @{tokens@}... These pragmas are accepted, but have no effect. @end ftable -- cgit v1.1