diff options
Diffstat (limited to 'devel/deheader/pkg-descr')
-rw-r--r-- | devel/deheader/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/deheader/pkg-descr b/devel/deheader/pkg-descr new file mode 100644 index 000000000000..d2d30c72e496 --- /dev/null +++ b/devel/deheader/pkg-descr @@ -0,0 +1,7 @@ +Deheader analyzes C and C++ files to determine which header inclusions +can be removed while still allowing them to compile. This may result in +substantial improvements in compilation time, especially on large C++ +projects; it also sometimes exposes dependencies and cohesions of which +developers were unaware. + +WWW: http://www.catb.org/esr/deheader/ |