summaryrefslogtreecommitdiff
path: root/doc/kernel-doc
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-30 18:47:48 +0000
committerPavel Machek <pavel@ucw.cz>2000-04-30 18:47:48 +0000
commit2337ade7546254eb48a22a1e195cc7999e684d21 (patch)
tree8e0a55620c806a2d93f8f3d53cec4869399b835c /doc/kernel-doc
parentc6c56264361e102691fe42134ab585f631f83898 (diff)
Moved documentation to top of file, where it belongs.
Diffstat (limited to 'doc/kernel-doc')
-rwxr-xr-xdoc/kernel-doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/kernel-doc b/doc/kernel-doc
index b9e872d2..c3237f09 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";