Changes between Version 11 and Version 12 of Dependency/Functions


Ignore:
Timestamp:
Apr 24, 2012, 1:35:25 PM (13 years ago)
Author:
daniel_h
Comment:

small fix

Legend:

Unmodified
Added
Removed
Modified
  • Dependency/Functions

    v11 v12  
    8282=== Module Level === 
    8383 
    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. 
     84Module dependency graphs capture call relations on a higher level. 
    8985 
    9086[[Image(dep_mod.png, 500px)]] 
     
    10197}}} 
    10298 
    103 === Examples ===  
     99== Examples == 
    104100 
    105101{{{#!erlang