package clangml

  1. Overview
  2. Docs
type t = {
  1. source_location : Clang__Clang__types.Display_source_location.t option;
  2. option : bool;
  3. category_id : bool;
  4. category_name : bool;
}
val default : t