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
This commit is contained in:
Gerald Pfeifer 2011-04-23 19:55:32 +00:00 committed by Gerald Pfeifer
parent d2b897f4b5
commit 8d6a2f6968
2 changed files with 6 additions and 1 deletions

View File

@ -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/

View File

@ -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