[pushed] docs: fix position of @end deftypefn

Message ID b0aae953-4f16-f44b-d38b-8b7db55a2806@suse.cz
State New, archived
Headers
Series [pushed] docs: fix position of @end deftypefn |

Commit Message

Martin Liška July 14, 2022, 8:23 a.m. UTC
  gcc/ChangeLog:

	* doc/gimple.texi: Close properly a deftypefn.
---
 gcc/doc/gimple.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

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}