Mon, 19 Sep 2022 17:58:54 +0200
Prepared a new release.
<!DOCTYPE html> <html><head> <title>Plugin_Metrics_Radon.RadonMetrics</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>Plugin_Metrics_Radon.RadonMetrics</h1> <p> Package containing the radon code metrics dialogs, supporting functions and data. </p> <h3>Modules</h3> <table> <tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html">CodeMetricsCalculator</a></td> <td>Module implementing the raw code metrics service.</td> </tr> <tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityCalculator.html">CyclomaticComplexityCalculator</a></td> <td>Module implementing the cyclomatic complexity service.</td> </tr> <tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityDialog.html">CyclomaticComplexityDialog</a></td> <td>Module implementing a dialog to show the cyclomatic complexity (McCabe complexity).</td> </tr> <tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.MaintainabilityIndexCalculator.html">MaintainabilityIndexCalculator</a></td> <td>Module implementing the maintainability index service.</td> </tr> <tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.MaintainabilityIndexDialog.html">MaintainabilityIndexDialog</a></td> <td>Module implementing a dialog to show maintainability indexes.</td> </tr> <tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.RawMetricsDialog.html">RawMetricsDialog</a></td> <td>Module implementing a dialog to show raw code metrics.</td> </tr> </table> </body></html>