OSDN Git Service

Merge remote-tracking branch 'qatar/master'
[coroid/ffmpeg_saccubus.git] / doc / t2h.init
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;