aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-07-14 10:22:10 +0200
committerMartin Liska <mliska@suse.cz>2022-07-14 10:22:10 +0200
commit47725f78dc5788f6557ca851529ab6d7b74ca824 (patch)
tree42a5bd504728f04aacee60d842f291e42f133cbb /gcc/doc
parente85c94d1c83072d7b894e44009e876dd41ff778a (diff)
downloadgcc-47725f78dc5788f6557ca851529ab6d7b74ca824.zip
gcc-47725f78dc5788f6557ca851529ab6d7b74ca824.tar.gz
gcc-47725f78dc5788f6557ca851529ab6d7b74ca824.tar.bz2
docs: fix position of @end deftypefn
gcc/ChangeLog: * doc/gimple.texi: Close properly a deftypefn.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/gimple.texi3
1 files changed, 1 insertions, 2 deletions
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}