Module Bracetax_TOC_output


module Bracetax_TOC_output: sig .. end
Implements GenericPrinter.output_t for tables of contents.

val create : ?make_links:[ `always | `never | `when_labeled ] ->
?list_type:[ `enum | `item ] ->
?numbering:[ `integers | `none ] ->
unit -> Generic_printer.output_t
Creation of the Generic_printer.output_t. The default ~make_links behaviour is `when_labeled.