freebsd-ports/devel/checkheaders/pkg-descr
Kurt Jaeger 7e55253989 devel/checkheaders: fix MASTER_SITE, submitter becomes maintainer
PR:		213493
Submitted by:	Mageirias Anastasios <anastasios@mageirias.com>
2016-10-15 05:33:16 +00:00

7 lines
386 B
Text

This software checks the headers in a C/C++ program, and detects unnecessary
inclusions. A "#include" is needed if any symbol names match. If there are no
matching symbol names, it is not needed. This tool will work best if all
classes, variables, constants, functions, etc. have unique names.
WWW: http://code.google.com/p/checkheaders/
WWW: https://github.com/anastmag/checkheaders/