From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 99DD238425BB; Thu, 14 Jul 2022 08:23:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99DD238425BB MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1692] docs: fix position of @end deftypefn X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: e85c94d1c83072d7b894e44009e876dd41ff778a X-Git-Newrev: 47725f78dc5788f6557ca851529ab6d7b74ca824 Message-Id: <20220714082320.99DD238425BB@sourceware.org> Date: Thu, 14 Jul 2022 08:23:20 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2022 08:23:20 -0000 https://gcc.gnu.org/g:47725f78dc5788f6557ca851529ab6d7b74ca824 commit r13-1692-g47725f78dc5788f6557ca851529ab6d7b74ca824 Author: Martin Liska Date: Thu Jul 14 10:22:10 2022 +0200 docs: fix position of @end deftypefn gcc/ChangeLog: * doc/gimple.texi: Close properly a deftypefn. Diff: --- gcc/doc/gimple.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/doc/gimple.texi b/gcc/doc/gimple.texi index dd9149377f3..9150218fed8 100644 --- a/gcc/doc/gimple.texi +++ b/gcc/doc/gimple.texi @@ -1965,11 +1965,10 @@ statements to be executed by just the master. @deftypefn {GIMPLE function} gimple gimple_build_omp_ordered (gimple_seq body) Build a @code{GIMPLE_OMP_ORDERED} statement. -@end deftypefn @code{BODY} is the sequence of statements inside a loop that will executed in sequence. - +@end deftypefn @node @code{GIMPLE_OMP_PARALLEL} @subsection @code{GIMPLE_OMP_PARALLEL}