From 47725f78dc5788f6557ca851529ab6d7b74ca824 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 14 Jul 2022 10:22:10 +0200 Subject: docs: fix position of @end deftypefn gcc/ChangeLog: * doc/gimple.texi: Close properly a deftypefn. --- gcc/doc/gimple.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/doc') diff --git a/gcc/doc/gimple.texi b/gcc/doc/gimple.texi index dd91493..9150218 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} -- cgit v1.1