Home > freetb4matlab > generate_html > html_help_text.m

html_help_text

PURPOSE ^

% Writes a function help text to disk formatted as @t{HTML}.

SYNOPSIS ^

function html_help_text (name, outname, options = struct , root = '')

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} html_help_text (@var{name}, @var{outname}, @var{options})
% Writes a function help text to disk formatted as @t{HTML}.
%
% The help text of the function @var{name} is written to the file @var{outname}
% formatted as @t{HTML}. The design of the generated @t{HTML} page is controlled
% through the @var{options} variable. This is a structure with the following
% optional fields.
%
% @table @samp
% @item header
% This field contains the @t{HTML} header of the generated file. Through this
% things such as @t{CSS} style sheets can be set.
% @item footer
% This field contains the @t{HTML} footer of the generated file. This should
% match the @samp{header} field to ensure all opened tags get closed.
% @item title
% This field sets the title of the @t{HTML} page. This is enforced even if the
% @samp{header} field contains a title.
% @end table
%
% @var{options} structures for various projects can be with the @code{get_html_options}
% function. As a convenience, if @var{options} is a string, a structure will
% be generated by calling @code{get_html_options}.
%
% @seealso{get_html_options, generate_package_html}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003