From 8d6a2f696859496139e6e484dec046c405a69c36 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 23 Apr 2011 19:55:32 +0000 Subject: [PATCH] gnat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe paper. * gnat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe paper. From-SVN: r172902 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/gnat_ugn.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f6e705e7ecc..2ef97cbdf5d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2011-04-23 Gerald Pfeifer + + * gnat_ugn.texi (Complexity Metrics Control): Update link to + the Watson/McCabe paper. + 2011-04-23 Jim Meyering * gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/ diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 463662ad88c..29923ee0d68 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -14362,7 +14362,7 @@ maximal loop nesting level @noindent The McCabe complexity metrics are defined -in @url{http://www.mccabe.com/pdf/nist235r.pdf} +in @url{http://www.mccabe.com/pdf/mccabe-nist235r.pdf} According to McCabe, both control statements and short-circuit control forms should be taken into account when computing cyclomatic complexity. For each -- 2.30.2