diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-30 20:47:48 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-30 20:47:48 +0200 |
commit | 2337ade7546254eb48a22a1e195cc7999e684d21 (patch) | |
tree | 8e0a55620c806a2d93f8f3d53cec4869399b835c /doc | |
parent | c6c56264361e102691fe42134ab585f631f83898 (diff) | |
download | bird-2337ade7546254eb48a22a1e195cc7999e684d21.tar bird-2337ade7546254eb48a22a1e195cc7999e684d21.zip |
Moved documentation to top of file, where it belongs.
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"; |