diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 09:31:43 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 09:31:43 +0000 |
commit | 102f1f624bf4ce8c02c650c402de544989668149 (patch) | |
tree | d0aae9417c31989408b05fc252eab106e64708fe /devel/cccc/pkg-descr | |
parent | fe8d6717786ffa35f4b9140b7a483239b48ffb08 (diff) | |
download | ports-102f1f624bf4ce8c02c650c402de544989668149.tar.gz ports-102f1f624bf4ce8c02c650c402de544989668149.zip |
Notes
Diffstat (limited to 'devel/cccc/pkg-descr')
-rw-r--r-- | devel/cccc/pkg-descr | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cccc/pkg-descr b/devel/cccc/pkg-descr index f186d9caf5d0..fe87be5ca680 100644 --- a/devel/cccc/pkg-descr +++ b/devel/cccc/pkg-descr @@ -1,4 +1,6 @@ -Source code metric analyser for C, C++, Java and Ada +Source code metric analyser for C, C++ and Java. Presents a report in HTML with figures for Lines of Code, McCabes Complexity, Ratio of Comments -to Lines of Code and McCabe, module Fan-In and Fan-Out +to Lines of Code and McCabe, module Fan-In and Fan-Out. + +WWW: http://cccc.sourceforge.net/ |