Changes between Version 7 and Version 8 of Dependency/Functions


Ignore:
Timestamp:
Apr 17, 2012, 3:08:12 PM (13 years ago)
Author:
manualwiki
Comment:

dependency: small modifs

Legend:

Unmodified
Added
Removed
Modified
  • Dependency/Functions

    v7 v8  
    6363\\ 
    6464\\ 
     65 
     66=== Options for ''ri'' === 
    6567To call the desired query, the user should give a ''proplist'', stating the different requirements. \\ 
    6668   The options and the keys for the functions are: 
     
    195197The next figure was made after a 
    196198{{{#!erlang 
    197 ri:anal_dyn() 
     199ri:anal_dyn(). 
    198200}}} 
    199201was run, which is a dynamic analyser. Due to its work the call graph changes a bit,  
     
    233235=== Module Level === 
    234236 
    235 Similarly, at module level, after calling {{{ri:draw_dep([{level, mod}, {type, all}])}}}, an analogous figure can be achieved. \\ 
     237Similarly, at module level, after calling 
     238{{{#!erlang 
     239ri:draw_dep([{level, mod}, {type, all}]) 
     240}}} 
     241an analogous figure can be achieved. \\ 
    236242 
    237243[[Image(dep_mod.png, 500px)]]