diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 19:50:11 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 19:50:11 (GMT) |
commit | ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301 (patch) | |
tree | 9813a8b1160fa7900b626b0092c01cdd1c306ebc /Source/cmIncludeExternalMSProjectCommand.h | |
parent | 80f71359c1157ddaa59291b95d2c05ceb577ffde (diff) | |
download | CMake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.zip CMake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.tar.gz CMake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmIncludeExternalMSProjectCommand.h')
-rw-r--r-- | Source/cmIncludeExternalMSProjectCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmIncludeExternalMSProjectCommand.h b/Source/cmIncludeExternalMSProjectCommand.h index 4e88e99..c597172 100644 --- a/Source/cmIncludeExternalMSProjectCommand.h +++ b/Source/cmIncludeExternalMSProjectCommand.h @@ -22,9 +22,9 @@ /** \class cmIncludeExternalMSProjectCommand * \brief Specify an external MS project file for inclusion in the workspace. * - * cmIncludeExternalMSProjectCommand is used to specify an externally generated - * Microsoft project file for inclusion in the default workspace generated by - * CMake. + * cmIncludeExternalMSProjectCommand is used to specify an externally + * generated Microsoft project file for inclusion in the default workspace + * generated by CMake. */ class cmIncludeExternalMSProjectCommand : public cmCommand { |