Module Bracetax.TOCOutput


module TOCOutput: Bracetax_TOC_output

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.