reference.texi 2.0 KB

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