summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeMinimumRequired.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-08-04 23:03:24 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-08-04 23:03:24 (GMT)
commitedcdfeae9311ed5f5e9add23345b1ba9f0961982 (patch)
treef9e2cbd1f9bfe3fd5e7ea8d5335424c3882660d7 /Source/cmCMakeMinimumRequired.h
parent5f0eba49f2978b65b39b0c2bb9079be53c5c7d47 (diff)
downloadCMake-edcdfeae9311ed5f5e9add23345b1ba9f0961982.zip
CMake-edcdfeae9311ed5f5e9add23345b1ba9f0961982.tar.gz
CMake-edcdfeae9311ed5f5e9add23345b1ba9f0961982.tar.bz2
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/cmCMakeMinimumRequired.h')
-rw-r--r--Source/cmCMakeMinimumRequired.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCMakeMinimumRequired.h b/Source/cmCMakeMinimumRequired.h
index 9bf7ef8..1121386 100644
--- a/Source/cmCMakeMinimumRequired.h
+++ b/Source/cmCMakeMinimumRequired.h
@@ -15,9 +15,9 @@
#include "cmCommand.h"
/** \class cmCMakeMinimumRequired
- * \brief Build a CMAKE variable
+ * \brief cmake_minimum_required command
*
- * cmCMakeMinimumRequired sets a variable to a value with expansion.
+ * cmCMakeMinimumRequired implements the cmake_minimum_required CMake command
*/
class cmCMakeMinimumRequired : public cmCommand
{