package acgtk

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

Source file config.ml

1
2
3
4
5
6
7
type config = {
  dirs : string list;
  rendering_config :  SvgLib.Svg.config;  (* optional file name for a svg configuration file *)
  step_by_step : bool;
  with_magic : bool;
  width : int option;
}