diff options
author | Erik Falor <ewfalor@gmail.com> | 2014-05-18 20:25:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-18 20:25:02 +0700 |
commit | 118a5824e405ee4e5a4ce7ed1ecfa180c9e64c72 (patch) | |
tree | 305d550d4e965b95c5223780d5c82cadea0a5730 /development/complexity/slack-desc | |
parent | 1a035d51e978c1648a2d4fb9bc3b70831542f108 (diff) | |
download | slackbuilds-118a5824e405ee4e5a4ce7ed1ecfa180c9e64c72.tar.gz |
development/complexity: Added (Measure complexity of C source).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/complexity/slack-desc')
-rw-r--r-- | development/complexity/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/complexity/slack-desc b/development/complexity/slack-desc new file mode 100644 index 0000000000..a192a06630 --- /dev/null +++ b/development/complexity/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +complexity: complexity (Measure complexity of C source) +complexity: +complexity: Complexity scans your C source code to help you: +complexity: Locate suspicious areas in unfamiliar code, get an idea of how much +complexity: effort may be required to understand that code, or get an idea of the +complexity: effort required to test a code base. +complexity: +complexity: +complexity: +complexity: +complexity: |