Module Odoc_document.Comment

module Comment = Odoc_model.Comment
val default_lang_tag : string
val source_of_code : string -> Odoc_document.Types.Source.token list
module Reference : sig ... end
val heading_level_to_int : [< `Paragraph | `Section | `Subparagraph | `Subsection | `Subsubsection | `Title ] -> int
val synopsis : decl_doc: [> `Paragraph of Comment.paragraph ] as 'a Odoc_parser__Loc.with_location list -> expansion_doc:'a Odoc_parser__Loc.with_location list option -> Odoc_document.Types.Block.one list
val has_doc : 'a list -> bool