Changes between Version 11 and Version 12 of Dependency/Functions
- Timestamp:
- Apr 24, 2012, 1:35:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dependency/Functions
v11 v12 82 82 === Module Level === 83 83 84 Similarly, at module level, after calling 85 {{{#!erlang 86 ri:draw_dep([{level, mod}, {type, all}]) 87 }}} 88 an analogous figure can be achieved. 84 Module dependency graphs capture call relations on a higher level. 89 85 90 86 [[Image(dep_mod.png, 500px)]] … … 101 97 }}} 102 98 103 == = Examples ===99 == Examples == 104 100 105 101 {{{#!erlang