Changes between Version 25 and Version 26 of ErlangShellInterface


Ignore:
Timestamp:
Mar 12, 2013, 4:38:55 PM (12 years ago)
Author:
tothm
Comment:

dep option added

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v25 v26  
    225225 * {{{level (mod | func)}}} 
    226226    The level of the dependency query (module or function). 
    227  * {{{type (all | cycles)}}} 
    228     Whether the investigation should be done on the whole graph, or just on the cyclic part (if exists). When printing out the cycles, type {{{all}}} returns graph nodes, while {{{cycles}}} returns names. 
     227 * {{{type (dep | cycles | all)}}} 
     228    Whether the investigation should be done on the whole graph ({{{dep}}}), or just on the cyclic part ({{{cycles}}}) (if exists). When printing out the result type {{{all}}} returns graph nodes, while {{{cycles}}} and {{{dep}}} returns the module or function names. 
    229229 * {{{otp (true | false)}}} 
    230230    Whether Erlang/OTP standard modules should be included in the analysis or not.