summaryrefslogtreecommitdiff
path: root/doc/scripts/gdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scripts/gdoc')
-rwxr-xr-xdoc/scripts/gdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index 307888c986..f93342d493 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -377,7 +377,7 @@ sub output_enum_texinfo {
my $type;
print "\n\@c $name\n";
- print "\@itemize\n";
+ print "\@table \@code\n";
$check=0;
foreach $parameter (@{$args{'parameterlist'}}) {
@@ -393,7 +393,7 @@ sub output_enum_texinfo {
chomp $out;
print $out . "\n";
}
- print "\@end itemize\n";
+ print "\@end table\n";
}
# output in html