diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2013-01-22 21:14:19 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2013-01-22 21:14:19 -0500 |
commit | a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b (patch) | |
tree | 20c48787006928f32b21ebfa156655866d902692 /README | |
parent | 9d9a8fedf69cacf22c4c25bb90b13f882a904299 (diff) | |
download | deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.gz deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.bz2 deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.xz deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.zip |
Create a public repository and connect it to the Ohloh page.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ deheader analyzes C and C++ files to determine which header enclusions 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 -sometime exposes dependencies and cohesions of which developers were unaware. +sometimes exposes dependencies and cohesions of which developers were unaware. Eric S. Raymond December 2010 |