Module Types.HeadingSource
type t = {label : string option;level : int;title : Odoc_document.Types.Inline.t;source_anchor : Odoc_document.Url.t option;(*Used for the source link of the item displayed on the page.
*)
}Types.HeadingSourcetype t = {label : string option;level : int;title : Odoc_document.Types.Inline.t;source_anchor : Odoc_document.Url.t option;Used for the source link of the item displayed on the page.
*)}