52 | | |
| 52 | * {{{{gnode, Node | NodeList::lists(Node)}, }}} \\ |
| 53 | {{{Node = node() | Name,}}} \\ |
| 54 | {{{Name = Module::atom() | Function::string()}}} \\ |
| 55 | Specify a node or nodes (given in a list) as a starting point for the analysis. \\ |
| 56 | Module level: the name as an atom \\ |
| 57 | Function level: name as string ("Module:Function/Arity"). \\ |
| 58 | In both cases the node/nodes can be given as graph nodes as well.\\ |
| 59 | * {{{{dot, Dot::string()}}}} |
| 60 | The user can stipulate his own name and absolute path or the generated {{{.dot}}} file. |
| 61 | Unless it is a new absolute path, the {{{.dot}}} file will be placed into |
| 62 | the {{{./dep_files}}} directory. Only available in the case of draw_dep. |