package ocamlgraph

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

Provide a parser for DOT file format.

Parameters

module B : Builder.S
module L : sig ... end

Signature

val parse : string -> B.G.t

Parses a dot file

val parse_bounding_box_and_clusters : string -> B.G.t * string * clusters_hash

Parses a dot file and returns the graph, its bounding box and a hash table from clusters to dot attributes