blob: f81e85253c1ae71de493741952d5ae79d7c2ffe0 (
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 <https://people.debian.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
|