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