1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
@c
@c This file is part of the ``Texinfo to HTML Converter'' manual
@c which is part of the ``texi2html'' distribution.
@c
@c License:
@c Copyright (C) 1999, 2000 Free Software Foundation, Inc.
@c
@c This program is free software; you can redistribute it
@c and/or modify it under the terms of the GNU General Public
@c License as published by the Free Software Foundation;
@c either version 2 of the License, or (at your option) any
@c later version.
@c
@c This program is distributed in the hope that it will be
@c useful, but WITHOUT ANY WARRANTY; without even the implied
@c warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
@c PURPOSE. See the GNU General Public License for more
@c details.
@c
@c You should have received a copy of the GNU General
@c Public License along with this program; if not, write to
@c the Free Software Foundation, Inc., 59 Temple Place, Suite
@c 330, Boston, MA 02111-1307 USA
@c
@c
@c Revisions:
@c $Id: reference.texi,v 1.1 2000/08/14 18:10:24 texi2htm Exp $
@c
@c Author:
@c Karl Heinz Marbaise <khmarbaise@gmx.de>
@c
@c Description:
@c Here you can find the description on all
@c subs in the original Perl file.
@c
@c ========================================================
@appendix Function Reference
@menu
* Refptocframe:: Print ToC Frame.
* Refpphead:: Print page head.
@end menu
@c Global variables:
@c T2H_USER which is created throught main part
@c (texi2html.pl)
@c You can use it. (On Windows? On Unix ?)
@c --------------------------------------------------------
@node Refptocframe,,, Reference
@appendixsec Print ToC Frame
@defun T2H_DEFAULT_print_toc_frame (FileName)
@sp 1
Description of the subroutine.
What does it do? Which parameters it needs etc.
@end defun
@c --------------------------------------------------------
@node Refpphead,,, Reference
@appendixsec Print Page Head
@defun T2H_DEFAULT_print_page_head (FileName)
@sp 1
Description of the subroutine.
What does it do? Which parameters it needs etc.
@end defun
|