Skip to content

VexFlow Dependency Graph

0xFE edited this page Jun 17, 2016 · 2 revisions

To Generate

$ brew install graphviz imagemagick
$ cd tools; ./dependency_graph.rb | dot -Tpdf -o graph.pdf

Generated 2016-06-16

The blue lines are "uses" relationships, and the brown lines signify inheritance.

image

Clone this wiki locally