diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-07-25 16:08:05 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-07-25 16:08:05 (GMT) |
commit | b379666b395622384e95d4eb39c59da6d40cd398 (patch) | |
tree | 72bcef9eed7605b7542ef526dda66f400b7dbf3c /Source/kwsys/SystemTools.hxx.in | |
parent | c3412def5d4456291eb2afad0404d984e2d32fa5 (diff) | |
download | CMake-b379666b395622384e95d4eb39c59da6d40cd398.zip CMake-b379666b395622384e95d4eb39c59da6d40cd398.tar.gz CMake-b379666b395622384e95d4eb39c59da6d40cd398.tar.bz2 |
BUG: some bug fixes, better docs, and more coverage
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index dada510..4649a0a 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -206,6 +206,7 @@ public: /** * Return string with space added between capitalized words * (i.e. EatMyShorts becomes Eat My Shorts ) + * (note that IEatShorts becomes IEat Shorts) */ static kwsys_stl::string AddSpaceBetweenCapitalizedWords( const kwsys_stl::string&); |