]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: fix position of @end deftypefn
authorMartin Liska <mliska@suse.cz>
Thu, 14 Jul 2022 08:22:10 +0000 (10:22 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 14 Jul 2022 08:22:10 +0000 (10:22 +0200)
gcc/ChangeLog:

* doc/gimple.texi: Close properly a deftypefn.

gcc/doc/gimple.texi

index dd9149377f33476853f388c2829b8d51b9ff7bab..9150218fed88269cfe8ac29f25257f2b908758a9 100644 (file)
@@ -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}