From: Martin Liska Date: Thu, 14 Jul 2022 08:22:10 +0000 (+0200) Subject: docs: fix position of @end deftypefn X-Git-Tag: basepoints/gcc-14~5515 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47725f78dc5788f6557ca851529ab6d7b74ca824;p=thirdparty%2Fgcc.git docs: fix position of @end deftypefn gcc/ChangeLog: * doc/gimple.texi: Close properly a deftypefn. --- 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}