[Ada] Update gnatmetric documentation for average lengths
authorBob Duff <duff@adacore.com>
Thu, 12 Dec 2019 10:02:05 +0000 (10:02 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Thu, 12 Dec 2019 10:02:05 +0000 (10:02 +0000)
2019-12-12  Bob Duff  <duff@adacore.com>

gcc/ada/

* doc/gnat_ugn/gnat_utility_programs.rst: Update gnatmetric
documentation for average lengths

From-SVN: r279282

gcc/ada/ChangeLog
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst

index c71233d6cbf610e617fb984c0427faedb4190ae6..57df9a2a3aaa0a0771b748d0a260d1d69161da1f 100644 (file)
@@ -1,3 +1,8 @@
+2019-12-12  Bob Duff  <duff@adacore.com>
+
+       * doc/gnat_ugn/gnat_utility_programs.rst: Update gnatmetric
+       documentation for average lengths
+
 2019-12-12  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_ch3.adb (Constrain_Access): Remove obsolete comments and
index 56d48695a2e25c7b3c3a850824e47d6f9c20574a..6e836a72d803b4b7e8b81f0463fece26c460aeb7 100644 (file)
@@ -2022,8 +2022,7 @@ Alternatively, you may run the script using the following command line:
     and/or format effectors (blank lines)
 
   * the average number of code lines in subprogram bodies, task bodies,
-    entry bodies and statement sequences in package bodies (this metric
-    is only computed across the whole set of the analyzed units)
+    entry bodies and statement sequences in package bodies
 
   ``gnatmetric`` sums the values of the line metrics for all the files
   being processed and then generates the cumulative results. The tool
@@ -2098,8 +2097,7 @@ Alternatively, you may run the script using the following command line:
 
   :switch:`--lines-average`
     Report the average number of code lines in subprogram bodies, task bodies,
-    entry bodies and statement sequences in package bodies. The metric is
-    reported for the whole set of processed Ada sources only.
+    entry bodies and statement sequences in package bodies.
 
 
   :switch:`--no-lines-average`