Changes between Version 28 and Version 29 of ErlangShellInterface


Ignore:
Timestamp:
Apr 15, 2013, 10:14:56 AM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v28 v29  
    280280 * {{{dot}}} 
    281281    The file path of the generated {{{.dot}}} graph description. Unless it is a non-existing absolute path, the graph will be placed into the {{{./dep_files}}} directory. This option is only available when using {{{draw_dep}}}. 
     282 
    282283{{{#!comment 
    283  * {{{output_path | string() }}} 
    284     This parameter is only for drawing smart graphs, and is optional. Smart graphs are stored in {{{.html}}} files. If this parameter is not set, the output will be a randomly generated {{{.html}}} file in your {{{tool/data}}} directory. 
     284Parameters for generating smart graphs: 
     285 * {{{dependency_level (mod | func) }}} 
     286    The level of the dependency query (module or function). 
     287 * {{{output_path ( string() ) }}} 
     288    Smart graphs are stored in {{{.html}}} files. If this parameter is not set, the output will be a randomly generated {{{.html}}} file in your {{{tool/data}}} directory. 
     289 * {{{dependency_options ( level, type, otp, exception, leaves ) }}} 
    285290}}} 
    286291