Changes between Version 3 and Version 4 of Dependency/Functions


Ignore:
Timestamp:
Apr 11, 2012, 9:35:57 AM (13 years ago)
Author:
manualwiki
Comment:

dependecy updated according to the new options

Legend:

Unmodified
Added
Removed
Modified
  • Dependency/Functions

    v3 v4  
    6161   Unless it is a new absolute path, the {{{.dot}}} file will be placed into 
    6262   the {{{./dep_files}}} directory. Only available in the case of draw_dep. 
     63* {{{ {exception, NodeList::lists(Node)} }}} \\ 
     64     {{{Node = node() | Name,}}} \\ 
     65     {{{Name = Module::atom() | Function::string()}}} \\ 
     66   The exception key gives the user the opportunity to define certain nodes (by stating their name or by giving a gnode) which 
     67   will be exluded from the analysis. 
     68* {{{ {leaves, NodeList::lists(Node)} }}} \\ 
     69     {{{Node = node() | Name,}}} \\ 
     70     {{{Name = Module::atom() | Function::string()}}} \\ 
     71   Leaves contains those nodes which would be included in the analysis, but their children won't (so this way they become exceptions). 
     72* {{{ {otp, true | false} }}} 
     73   The built-in erlang otp modules should be included in the analysis or not. The default value is false. 
    6374 
    6475=== Examples for listing results ===