summaryrefslogtreecommitdiff
path: root/Source/cmSeparateArgumentsCommand.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-08-04 19:03:24 -0400
committerDavid Cole <david.cole@kitware.com>2011-08-04 19:03:24 -0400
commitedcdfeae9311ed5f5e9add23345b1ba9f0961982 (patch)
treef9e2cbd1f9bfe3fd5e7ea8d5335424c3882660d7 /Source/cmSeparateArgumentsCommand.h
parent5f0eba49f2978b65b39b0c2bb9079be53c5c7d47 (diff)
downloadcmake-edcdfeae9311ed5f5e9add23345b1ba9f0961982.tar.gz
Documentation: Fix comments in the source code (#10941)
Previously, the comments had all been copied and pasted and not fixed up... Now they are fixed up.
Diffstat (limited to 'Source/cmSeparateArgumentsCommand.h')
-rw-r--r--Source/cmSeparateArgumentsCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSeparateArgumentsCommand.h b/Source/cmSeparateArgumentsCommand.h
index 10b3c40b67..736f0662c6 100644
--- a/Source/cmSeparateArgumentsCommand.h
+++ b/Source/cmSeparateArgumentsCommand.h
@@ -15,9 +15,9 @@
#include "cmCommand.h"
/** \class cmSeparateArgumentsCommand
- * \brief SeparateArguments a CMAKE variable
+ * \brief separate_arguments command
*
- * cmSeparateArgumentsCommand sets a variable to a value with expansion.
+ * cmSeparateArgumentsCommand implements the separate_arguments CMake command
*/
class cmSeparateArgumentsCommand : public cmCommand
{