commit 3aa461d4ba46449544730a342cb2dcb0ce6851e9 Author: Jonathan Wakely Date: Mon Nov 14 09:19:13 2022 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 1be29eb605e..5e86a957a88 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