class item :?sort:bool -> string ->
object
..end
val doc : string
method get_doc : string
val mutable subsections : (string * item) list
method get_subsections : (string * item) list
method get_subsection : string -> item
method has_subsection : string -> bool
method add_subsection : string -> item -> unit
method list_subsections : string list