package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Ast : sig ... end
val parse_comment_raw : location:Lexing.position -> text:string -> Ast.docs Odoc_model.Error.with_warnings
val parse_comment : sections_allowed:Ast.sections_allowed -> containing_definition:Odoc_model.Paths.Identifier.LabelParent.t -> location:Lexing.position -> text:string -> Odoc_model.Comment.docs Odoc_model.Error.with_warnings