Module type Odoc_extension_api.ExtensionSource
The signature that all tag extensions must implement
The tag prefix this extension handles. E.g., "note" handles @note, "admonition" handles @admonition.note
Source
val to_document :
tag:string ->
Comment.nestable_block_element Location_.with_location list ->
Odoc_extension_api.extension_outputDocument phase: convert tag to renderable content. Called during document generation. Returns content plus any page-level resources needed (JS/CSS).