227 | | * {{{type (all | cycles)}}} |
228 | | Whether the investigation should be done on the whole graph, or just on the cyclic part (if exists). When printing out the cycles, type {{{all}}} returns graph nodes, while {{{cycles}}} returns names. |
| 227 | * {{{type (dep | cycles | all)}}} |
| 228 | Whether the investigation should be done on the whole graph ({{{dep}}}), or just on the cyclic part ({{{cycles}}}) (if exists). When printing out the result type {{{all}}} returns graph nodes, while {{{cycles}}} and {{{dep}}} returns the module or function names. |