| 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 sfind the handlerhandler_nameand apply it to the input strings. | 
| 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 srcfileparse the given filesrcfileand puts the HTML intobuf. | 
| handle_file [Caml2html.Output] | handle_file buf srcfileparse the given filesrcfileand puts the HTML intobuf. | 
| 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 lformats the list of tokenslinto some LaTeX code
  which should be placed within the alltt environment,
  and adds the result the given bufferbuf. | 
| ocaml [Caml2html.Output] | ocaml buf lformats the list of tokenslinto some HTML code
  which should be placed in a \<code\> or \<pre\> region,
  and adds the result the given bufferbuf. | 
| ocaml_document [Caml2html.Output_latex] | ocaml_document files fileparses the given OCamlfilesand make one complete HTML document that shows the contents of 
  these files. | 
| ocaml_document [Caml2html.Output] | ocaml_document files fileparses the given OCamlfilesand make one complete HTML document that shows the contents of 
  these files. | 
| ocaml_file [Caml2html.Output_latex] | ocaml_file buf tokensmakes LaTeX code that represents one source file
  of OCaml code. | 
| ocaml_file [Caml2html.Output] | ocaml_file buf tokensmakes HTML code that represents one source file
  of OCaml code. | 
| ocamlcode [Caml2html.Output] | ocamlcode s1 s2parsess1and formats the result as a HTML string
  enclosed between \<code\> and \</code\> unless specified otherwise. | 
| ocamlpre [Caml2html.Output] | ocamlcode s1 s2parsess1and 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 filejust saves the contents of bufferbufin the givenfile. | 
| save_file [Caml2html.Output] | save_file buf filejust saves the contents of bufferbufin the givenfile. | 
| string [Caml2html.Input] | |
| string_color [Caml2html.Output_latex] | |
| string_color [Caml2html.Output] | |
| V | |
| version [Caml2html.Output] | 
Version of caml2html.
 |