Odoc_model.Semantics
type alerts =
[ `Tag of [ `Alert of string * string option ] ] Location_.with_location list
val ast_to_comment :
internal_tags:'tags handle_internal_tags ->
sections_allowed:sections_allowed ->
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 ->
containing_definition:Paths.Identifier.LabelParent.t ->
location:Stdlib.Lexing.position ->
text:string ->
(Comment.docs * 'tags) Error.with_warnings
val parse_reference :
string ->
Paths.Reference.t Error.with_errors_and_warnings