fficxx-0.7.0.0: Automatic C++ binding generation
Safe HaskellSafe-Inferred
LanguageHaskell2010

FFICXX.Generate.Util.DepGraph

Synopsis

Documentation

drawDepGraph Source #

Arguments

:: [UClass]

list of all classes, either template class or ordinary class.

-> [TopLevel]

list of all top-level functions.

-> String

dot string

Draw dependency graph of modules in graphviz dot format.