jon.recoil.org

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_model.Location_.with_location list -> expansion_doc:'a Odoc_model.Location_.with_location list option -> Odoc_document.Types.Block.one list

The documentation of the expansion is used if there is no comment attached to the declaration.

val has_doc : 'a list -> bool