Odoc_model.Semanticsval ast_to_comment :
internal_tags:'tags handle_internal_tags ->
sections_allowed:sections_allowed ->
parent_of_sections:Paths.Identifier.LabelParent.t ->
Odoc_parser.Ast.t ->
(Comment.docs * 'tags) Error.with_warningsval parse_comment :
internal_tags:'tags handle_internal_tags ->
sections_allowed:sections_allowed ->
containing_definition:Paths.Identifier.LabelParent.t ->
location:Lexing.position ->
text:string ->
(Comment.docs * 'tags) Error.with_warningsval parse_reference :
string ->
Paths.Reference.t Error.with_errors_and_warnings