A | |
| add [Caml2html.Plugin] |
Add or replace handler.
|
| all_colors [Caml2html.Output_latex] |
colors which are used for the predefined style.
|
| all_colors [Caml2html.Output] |
colors which are used for the predefined style.
|
| alpha_keyword_color [Caml2html.Output_latex] | |
| alpha_keyword_color [Caml2html.Output] | |
B | |
| begin_document [Caml2html.Output_latex] | |
| begin_document [Caml2html.Output] | |
C | |
| channel [Caml2html.Input] | |
| comment_color [Caml2html.Output_latex] | |
| comment_color [Caml2html.Output] | |
| construct_color [Caml2html.Output_latex] | |
| construct_color [Caml2html.Output] | |
| count_newlines [Caml2html.Plugin] |
Count the number of newline characters in a string.
|
D | |
| default_default_style [Caml2html.Output] | |
| default_keyword_color_list [Caml2html.Output_latex] | |
| default_keyword_color_list [Caml2html.Output] | |
| default_keyword_colors [Caml2html.Output_latex] | |
| default_keyword_colors [Caml2html.Output] | |
| default_param [Caml2html.Output_latex] | |
| default_param [Caml2html.Output] | |
| default_style [Caml2html.Output_latex] | |
| default_style [Caml2html.Output] | |
E | |
| end_document [Caml2html.Output_latex] | |
| end_document [Caml2html.Output] | |
| exists [Caml2html.Plugin] |
Test whether such handler exists.
|
| expand [Caml2html.Plugin] | expand handler_name s find the handler handler_name
and apply it to the input string s.
|
F | |
| file [Caml2html.Input] | |
| find [Caml2html.Plugin] |
Find handler or raise
Not_found.
|
| from_file [Caml2html.Annot] | |
G | |
| guess_annot_file [Caml2html.Annot] | |
H | |
| handle_file [Caml2html.Output_latex] | handle_file buf srcfile parse the given file srcfile
and puts the HTML into buf.
|
| handle_file [Caml2html.Output] | handle_file buf srcfile parse the given file srcfile
and puts the HTML into buf.
|
K | |
| key_color1 [Caml2html.Output_latex] | |
| key_color1 [Caml2html.Output] | |
| key_color2 [Caml2html.Output_latex] | |
| key_color2 [Caml2html.Output] | |
| key_color3 [Caml2html.Output_latex] | |
| key_color3 [Caml2html.Output] | |
| key_color4 [Caml2html.Output_latex] | |
| key_color4 [Caml2html.Output] | |
| key_color5 [Caml2html.Output_latex] | |
| key_color5 [Caml2html.Output] | |
M | |
| make_css [Caml2html.Output] |
make a CSS file from the given colors
|
| make_defs_file [Caml2html.Output_latex] |
Dump color definitions and matching highlighting commands into a file.
|
N | |
| nonalpha_keyword_color [Caml2html.Output_latex] | |
| nonalpha_keyword_color [Caml2html.Output] | |
O | |
| ocaml [Caml2html.Output_latex] | ocaml buf l formats the list of tokens l into some LaTeX code
which should be placed within the alltt environment,
and adds the result the given buffer buf.
|
| ocaml [Caml2html.Output] | ocaml buf l formats the list of tokens l into some HTML code
which should be placed in a \<code\> or \<pre\> region,
and adds the result the given buffer buf.
|
| ocaml_document [Caml2html.Output_latex] | ocaml_document files file parses the given OCaml files
and make one complete HTML document that shows the contents of
these files.
|
| ocaml_document [Caml2html.Output] | ocaml_document files file parses the given OCaml files
and make one complete HTML document that shows the contents of
these files.
|
| ocaml_file [Caml2html.Output_latex] | ocaml_file buf tokens makes LaTeX code that represents one source file
of OCaml code.
|
| ocaml_file [Caml2html.Output] | ocaml_file buf tokens makes HTML code that represents one source file
of OCaml code.
|
| ocamlcode [Caml2html.Output] | ocamlcode s1 s2 parses s1 and formats the result as a HTML string
enclosed between \<code\> and \</code\> unless specified otherwise.
|
| ocamlpre [Caml2html.Output] | ocamlcode s1 s2 parses s1 and formats the result as a HTML string
enclosed between \<pre\> and \</pre\> unless specified otherwise.
|
P | |
| parse [Caml2html.Input] | |
| parse [Caml2html.Annot] | |
R | |
| register_command [Caml2html.Plugin] |
Parse and register a handler defined as "name:command".
|
| remove [Caml2html.Plugin] |
Remove handler if it exists.
|
S | |
| save_file [Caml2html.Output_latex] | save_file buf file just saves the contents of buffer buf
in the given file.
|
| save_file [Caml2html.Output] | save_file buf file just saves the contents of buffer buf
in the given file.
|
| string [Caml2html.Input] | |
| string_color [Caml2html.Output_latex] | |
| string_color [Caml2html.Output] | |
V | |
| version [Caml2html.Output] |
Version of caml2html.
|