diff options
author | Brad King <brad.king@kitware.com> | 2013-07-02 12:38:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-07-02 12:38:57 (GMT) |
commit | b6f01d4560cd6ff9c9fef2e044a63e1312ba9a61 (patch) | |
tree | a3cbb147cdae902765d4d00ca949e4958f3b7e35 /Source/cmGlobalVisualStudio10Generator.cxx | |
parent | 7b276a3b5dab95a08490ace8fca06255086f0929 (diff) | |
parent | 52f146414f11971538c268ecd78581bac5baa535 (diff) | |
download | CMake-b6f01d4560cd6ff9c9fef2e044a63e1312ba9a61.zip CMake-b6f01d4560cd6ff9c9fef2e044a63e1312ba9a61.tar.gz CMake-b6f01d4560cd6ff9c9fef2e044a63e1312ba9a61.tar.bz2 |
Merge topic 'vs-generator-brief-doc-update'
52f1464 VS: Clarify Visual Studio product year for each version
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx index 742ab78..0837f99 100644 --- a/Source/cmGlobalVisualStudio10Generator.cxx +++ b/Source/cmGlobalVisualStudio10Generator.cxx @@ -47,7 +47,7 @@ public: virtual void GetDocumentation(cmDocumentationEntry& entry) const { entry.Name = "Visual Studio 10"; - entry.Brief = "Generates Visual Studio 10 project files."; + entry.Brief = "Generates Visual Studio 10 (2010) project files."; entry.Full = "It is possible to append a space followed by the platform name " "to create project files for a specific target platform. E.g. " |