ffmpeg / doc / t2h.init @ ee028bbd
History | View | Annotate | Download (478 Bytes)
1 |
# no horiz rules between sections |
---|---|
2 |
$end_section = \&FFMPEG_end_section; |
3 |
sub FFMPEG_end_section($$) |
4 |
{ |
5 |
} |
6 |
|
7 |
$print_page_foot = \&FFMPEG_print_page_foot; |
8 |
sub FFMPEG_print_page_foot($$) |
9 |
{ |
10 |
my $fh = shift; |
11 |
print $fh "$SMALL_RULE\n"; |
12 |
T2H_DEFAULT_print_page_foot($fh); |
13 |
} |
14 |
|
15 |
# no navigation elements |
16 |
$SECTION_NAVIGATION = 0; |
17 |
# the same for texi2html 5.0 |
18 |
$HEADERS = 0; |
19 |
|
20 |
# TOC and Chapter headings link |
21 |
$TOC_LINKS = 1; |
22 |
|
23 |
# print the TOC where @contents is used |
24 |
$INLINE_CONTENTS = 1; |