Changes between Version 14 and Version 15 of ErlangShellInterface


Ignore:
Timestamp:
May 14, 2012, 10:56:07 PM (13 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v14 v15  
    323323    Whether Erlang/OTP standard modules should be included in the analysis or not. 
    324324 * {{{gnode}}} 
    325     Entity or entities that should be the starting point of the analysis. 
     325    List of entity or entities that should be the starting point of the analysis. Especially at function level, the list is compulsory when the functions are identified by their module, name, arity. 
    326326 * exception 
    327327    List of entities excluded from the analysis. 
     
    381381* Checking for cycles in function level from a node given with its identifier 
    382382{{{#!erlang 
    383 ri:print_dep([{level, func}, {gnode, "cycle4:f5/1"}]). 
     383ri:print_dep([{level, func}, {gnode, ["cycle4:f5/1"]}]). 
    384384}}} 
    385385