From: Jonathan Wakely Date: Mon, 14 Nov 2022 09:19:13 +0000 (+0000) Subject: doc: Format region pragmas as separate items X-Git-Tag: basepoints/gcc-14~3152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f2686b2cbfddba39035312e8f7704d4d822e89;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 1be29eb605e5..5e86a957a887 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