package swdogen

  1. Overview
  2. Docs
type t = {
  1. apiVersion : string;
  2. outputDir : string;
  3. compact : bool;
  4. discoverPaths : string list;
  5. ignores : string list;
}