diff options
author | Martin Liska <mliska@suse.cz> | 2021-06-06 17:29:44 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-06-06 19:05:51 +0200 |
commit | fcbbf786aeb7f0d5cf8ab138b61944439dfc046b (patch) | |
tree | 818b997fed02d0fa967bdf45dbf279f93e659b36 /gcc/doc/objc.texi | |
parent | 0bc0e6173f517bea7b80913199a8a7286d5a5347 (diff) | |
download | gcc-fcbbf786aeb7f0d5cf8ab138b61944439dfc046b.zip gcc-fcbbf786aeb7f0d5cf8ab138b61944439dfc046b.tar.gz gcc-fcbbf786aeb7f0d5cf8ab138b61944439dfc046b.tar.bz2 |
docs: Add missing @headitem for tables.
gcc/ChangeLog:
* doc/extend.texi: Add missing @headitem.
* doc/invoke.texi: Likewise.
* doc/objc.texi: Likewise.
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r-- | gcc/doc/objc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index a8c5942..cfd2470 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -382,7 +382,7 @@ compiler on an i386 machine: @sp 1 @multitable @columnfractions .60 .40 -@item Objective-C type +@headitem Objective-C type @tab Compiler encoding @item @smallexample @@ -416,7 +416,7 @@ Objective-C type specifiers: @sp 1 @multitable @columnfractions .25 .75 -@item Specifier +@headitem Specifier @tab Encoding @item @code{const} @tab @code{r} @@ -445,7 +445,7 @@ Note how @code{const} interacts with pointers: @sp 1 @multitable @columnfractions .25 .75 -@item Objective-C type +@headitem Objective-C type @tab Compiler encoding @item @smallexample |