Changes between Version 31 and Version 32 of ErlangShellInterface


Ignore:
Timestamp:
Apr 18, 2013, 1:34:48 PM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v31 v32  
    289289 * {{{dependency_options ( level, type, otp, exception, leaves ) }}} 
    290290    The possible parameters are the same as above. (See dependency analysis.) 
     291For example: 
     292{{{#!erlang 
     293DepOpts = [{level, mod}, {type, all}, {gnode, refusr_cyclic_mod}, {exception, []}, {leaves, []}, {otp, false}]. 
     294}}} 
    291295}}} 
    292296