jon.recoil.org

Module Odoc_model.SemanticsSource

Sourcetype _ handle_internal_tags =
  1. | Expect_status : [ `Default | `Inline | `Open | `Closed ] Odoc_model.Semantics.handle_internal_tags
  2. | Expect_canonical : Odoc_model.Reference.path option Odoc_model.Semantics.handle_internal_tags
  3. | Expect_none : unit Odoc_model.Semantics.handle_internal_tags
  4. | Expect_page_tags : Odoc_model.Frontmatter.t Odoc_model.Semantics.handle_internal_tags

How to handle internal tags.

Sourcetype sections_allowed = [
  1. | `All
  2. | `No_titles
  3. | `None
]
Sourcetype alerts = [ `Tag of [ `Alert of string * string option ] ] Odoc_model.Location_.with_location list
Sourceval parse_comment : internal_tags:'tags Odoc_model.Semantics.handle_internal_tags -> tags_allowed:bool -> containing_definition:Odoc_model.Paths.Identifier.LabelParent.t -> location:Stdlib.Lexing.position -> text:string -> (Odoc_model.Comment.elements * 'tags) Odoc_model.Error.with_warnings