Changes between Version 2 and Version 3 of Dependency/Functions


Ignore:
Timestamp:
Apr 4, 2012, 7:35:05 AM (13 years ago)
Author:
manualwiki
Comment:

dependency small addition

Legend:

Unmodified
Added
Removed
Modified
  • Dependency/Functions

    v2 v3  
    5050   When listing out the cycles, {{{all}}} gives back the result in their graph node form, while {{{cycles}}} returns with their proper 
    5151   names. 
    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. 
    5363 
    5464=== Examples for listing results ===