package ocaml-protoc-plugin

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

Module GeneratedCodeInfo.Annotation

Sourceval name' : unit -> string
Sourcetype t = {
  1. path : int list;
  2. source_file : string option;
  3. begin' : int option;
  4. end' : int option;
}
Sourceval make : ?path:int list -> ?source_file:string -> ?begin':int -> ?end':int -> unit -> t