Changes between Version 7 and Version 8 of Dependency/Functions
- Timestamp:
- Apr 17, 2012, 3:08:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dependency/Functions
v7 v8 63 63 \\ 64 64 \\ 65 66 === Options for ''ri'' === 65 67 To call the desired query, the user should give a ''proplist'', stating the different requirements. \\ 66 68 The options and the keys for the functions are: … … 195 197 The next figure was made after a 196 198 {{{#!erlang 197 ri:anal_dyn() 199 ri:anal_dyn(). 198 200 }}} 199 201 was run, which is a dynamic analyser. Due to its work the call graph changes a bit, … … 233 235 === Module Level === 234 236 235 Similarly, at module level, after calling {{{ri:draw_dep([{level, mod}, {type, all}])}}}, an analogous figure can be achieved. \\ 237 Similarly, at module level, after calling 238 {{{#!erlang 239 ri:draw_dep([{level, mod}, {type, all}]) 240 }}} 241 an analogous figure can be achieved. \\ 236 242 237 243 [[Image(dep_mod.png, 500px)]]