| 63 | * {{{ {exception, NodeList::lists(Node)} }}} \\ |
| 64 | {{{Node = node() | Name,}}} \\ |
| 65 | {{{Name = Module::atom() | Function::string()}}} \\ |
| 66 | The exception key gives the user the opportunity to define certain nodes (by stating their name or by giving a gnode) which |
| 67 | will be exluded from the analysis. |
| 68 | * {{{ {leaves, NodeList::lists(Node)} }}} \\ |
| 69 | {{{Node = node() | Name,}}} \\ |
| 70 | {{{Name = Module::atom() | Function::string()}}} \\ |
| 71 | Leaves contains those nodes which would be included in the analysis, but their children won't (so this way they become exceptions). |
| 72 | * {{{ {otp, true | false} }}} |
| 73 | The built-in erlang otp modules should be included in the analysis or not. The default value is false. |