summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-07-25 16:08:05 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-07-25 16:08:05 (GMT)
commitb379666b395622384e95d4eb39c59da6d40cd398 (patch)
tree72bcef9eed7605b7542ef526dda66f400b7dbf3c /Source/kwsys/SystemTools.hxx.in
parentc3412def5d4456291eb2afad0404d984e2d32fa5 (diff)
downloadCMake-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.in1
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&);