package ocaml-protoc-plugin

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

Module SourceCodeInfo.Location

Sourceval name' : unit -> string
Sourcetype t = {
  1. path : int list;
  2. span : int list;
  3. leading_comments : string option;
  4. trailing_comments : string option;
  5. leading_detached_comments : string list;
}
Sourceval make : ?path:int list -> ?span:int list -> ?leading_comments:string -> ?trailing_comments:string -> ?leading_detached_comments:string list -> unit -> t