From: Gerald Pfeifer Date: Sat, 23 Apr 2011 19:55:32 +0000 (+0000) Subject: gnat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe paper. X-Git-Tag: upstream/12.2.0~84827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d6a2f696859496139e6e484dec046c405a69c36;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f6e705e..2ef97cb 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 463662a..29923ee 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