blob: 1ff19f7f2eba275150dec431da6b2354b2cd1df1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Description:
Produce fancy cyclomatic code complexity charts, using pmccabe.
See <http://www.parisc-linux.org/~bame/pmccabe/>.
Files:
build-aux/pmccabe2html
build-aux/pmccabe.css
Depends-on:
configure.ac:
AC_PATH_PROG([PMCCABE], [pmccabe], [false])
Makefile.am:
Include:
License:
GPLed build tool
Maintainer:
gnupdf and Simon Josefsson
|