Changes between Version 31 and Version 32 of ErlangShellInterface
- Timestamp:
- Apr 18, 2013, 1:34:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ErlangShellInterface
v31 v32 289 289 * {{{dependency_options ( level, type, otp, exception, leaves ) }}} 290 290 The possible parameters are the same as above. (See dependency analysis.) 291 For example: 292 {{{#!erlang 293 DepOpts = [{level, mod}, {type, all}, {gnode, refusr_cyclic_mod}, {exception, []}, {leaves, []}, {otp, false}]. 294 }}} 291 295 }}} 292 296