jon.recoil.org

Module Odoc_document.CommentSource

module Comment = Odoc_model.Comment
Sourceval default_lang_tag : string
Sourcemodule Resources : sig ... end

Resource collection for extension handlers. Resources are collected during document generation and retrieved when building the final page.

Sourcemodule Assets : sig ... end

Asset collection for extension handlers. Assets (binary files like PNGs) are collected during document generation and written alongside the HTML output.

Sourceval source_of_code : string -> Odoc_document.Types.Source.token list
Sourcemodule Reference : sig ... end
Sourceval heading_level_to_int : [< `Paragraph | `Section | `Subparagraph | `Subsection | `Subsubsection | `Title ] -> int
Sourceval 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.

Sourceval has_doc : 'a list -> bool