Next: , Previous: , Up: Octave Functions and Scripts   [Contents][Index]


5.32 get_dependencies

Function File: get_dependencies(path_octarisk, path_out)

Print a GraphViz .dot file containing all dependencies between Class methods and function names. All information is directly retrieved from all scriptnames and script source code. Comments and test cases are neglected. Final dot files are printed separately for all Classes and for an overall overview directly into the provided output folder. Compile .dot files with graphviz command:

dot -Tpdf Classname.dot -o Classname.pdf
dot -Tpng octarisk_dependencies.dot -o octarisk_dependencies.png