diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/kernel-doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/kernel-doc b/doc/kernel-doc index b9e872d..c3237f0 100755 --- a/doc/kernel-doc +++ b/doc/kernel-doc @@ -275,7 +275,7 @@ sub output_html { } print "</dl>\n"; foreach $section (@{$args{'sectionlist'}}) { - print "<h3>$section</h3>\n"; + print "<h1>$section</h1>\n"; print "<ul>\n"; output_highlight($args{'sections'}{$section}); print "</ul>\n"; @@ -291,7 +291,7 @@ sub output_intro_html { my $count; foreach $section (@{$args{'sectionlist'}}) { - print "<h3>$section</h3>\n"; + print "<h1>$section</h1>\n"; print "<ul>\n"; output_highlight($args{'sections'}{$section}); print "</ul>\n"; |