Odoc_model.Semantics
SourceHow to handle internal tags.
val ast_to_comment :
internal_tags:'tags handle_internal_tags ->
tags_allowed:bool ->
parent_of_sections:Paths.Identifier.LabelParent.t ->
Odoc_parser.Ast.t ->
alerts ->
(Comment.elements * 'tags) Error.with_warnings
val non_link_inline_element :
context:string ->
Odoc_parser.Ast.inline_element Location_.with_location list ->
Comment.non_link_inline_element Location_.with_location list
val parse_comment :
internal_tags:'tags handle_internal_tags ->
tags_allowed:bool ->
containing_definition:Paths.Identifier.LabelParent.t ->
location:Lexing.position ->
text:string ->
(Comment.elements * 'tags) Error.with_warnings