diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-04-23 19:55:32 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-04-23 19:55:32 +0000 |
commit | 8d6a2f696859496139e6e484dec046c405a69c36 (patch) | |
tree | 1e861a7ba9a2cbf8e500f6c86461dbc61b1493f6 /gcc/ada | |
parent | d2b897f4b599df21e5469bb020c3b44811dced57 (diff) | |
download | gcc-8d6a2f696859496139e6e484dec046c405a69c36.zip gcc-8d6a2f696859496139e6e484dec046c405a69c36.tar.gz gcc-8d6a2f696859496139e6e484dec046c405a69c36.tar.bz2 |
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
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 2 |
2 files changed, 6 insertions, 1 deletions
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 <gerald@pfeifer.com> + + * gnat_ugn.texi (Complexity Metrics Control): Update link to + the Watson/McCabe paper. + 2011-04-23 Jim Meyering <meyering@redhat.com> * 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 |