Module Query_protocol.Syntax_doc_result

module Level : sig ... end
type t = {
  1. name : string;
  2. description : string;
  3. documentation : string option;
  4. level : Level.t;
}