package flow_parser

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module JsdocSource

Sourcemodule Param : sig ... end
Sourcemodule Params : sig ... end
Sourcemodule Unrecognized_tags : sig ... end
Sourcetype t
Sourceval description : t -> string option
Sourceval params : t -> Params.t
Sourceval deprecated : t -> string option
Sourceval unrecognized_tags : t -> Unrecognized_tags.t
Sourceval of_comments : ('M, 'T) Flow_ast.Syntax.t option -> t option