Odoc_model.Semanticstype _ handle_internal_tags = | Expect_status : [ `Default | `Inline | `Open | `Closed ] handle_internal_tags |
| Expect_canonical : [ `Dot of Paths.Path.Module.t * string ] option
handle_internal_tags |
| Expect_none : unit handle_internal_tags |
How to handle internal tags.
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 ->
(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:Stdlib.Lexing.position ->
text:string ->
(Comment.docs * 'tags) Error.with_warningsval parse_reference :
string ->
Paths.Reference.t Error.with_errors_and_warnings