doc: added comment for metrics::inheritance_metrics::InheritanceMetricsPhase
authorAlexandre Terrasa <Morriar@users.noreply.github.com>
Sat, 15 Feb 2014 02:48:47 +0000 (18:48 -0800)
committerAlexandre Terrasa <Morriar@users.noreply.github.com>
Sat, 15 Feb 2014 02:48:47 +0000 (18:48 -0800)
Alexandre Terrasa <alexandre@moz-code.org>

src/metrics/inheritance_metrics.nit

index f3c887c..015dbe1 100644 (file)
@@ -26,6 +26,7 @@ redef class ToolContext
        var inheritance_metrics_phase = new InheritanceMetricsPhase(self, null)
 end
 
+# Extract metrics about module and class hierarchies.
 private class InheritanceMetricsPhase
        super Phase
        redef fun process_mainmodule(mainmodule)