Merge topic 'fix-10941-correct-comments'

edcdfea Documentation: Fix comments in the source code (#10941)
This commit is contained in:
David Cole 2011-08-16 17:02:52 -04:00 committed by CMake Topic Stage
commit 47a8d4f22c
7 changed files with 14 additions and 14 deletions

View File

@ -15,9 +15,9 @@
#include "cmCommand.h"
/** \class cmBuildCommand
* \brief Build a CMAKE variable
* \brief build_command command
*
* cmBuildCommand sets a variable to a value with expansion.
* cmBuildCommand implements the build_command CMake command
*/
class cmBuildCommand : public cmCommand
{

View File

@ -15,9 +15,9 @@
#include "cmCommand.h"
/** \class cmBuildNameCommand
* \brief BuildName a CMAKE variable
* \brief build_name command
*
* cmBuildNameCommand sets a variable to a value with expansion.
* cmBuildNameCommand implements the build_name CMake command
*/
class cmBuildNameCommand : public cmCommand
{

View File

@ -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
{

View File

@ -15,9 +15,9 @@
#include "cmCommand.h"
/** \class cmMarkAsAdvancedCommand
* \brief MarkAsAdvanced a CMAKE variable
* \brief mark_as_advanced command
*
* cmMarkAsAdvancedCommand sets a variable to a value with expansion.
* cmMarkAsAdvancedCommand implements the mark_as_advanced CMake command
*/
class cmMarkAsAdvancedCommand : public cmCommand
{

View File

@ -15,9 +15,9 @@
#include "cmCommand.h"
/** \class cmRemoveCommand
* \brief Set a CMAKE variable
* \brief remove command
*
* cmRemoveCommand sets a variable to a value with expansion.
* cmRemoveCommand implements the remove CMake command
*/
class cmRemoveCommand : public cmCommand
{

View File

@ -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
{

View File

@ -15,9 +15,9 @@
#include "cmCommand.h"
/** \class cmSiteNameCommand
* \brief SiteName a CMAKE variable
* \brief site_name command
*
* cmSiteNameCommand sets a variable to a value with expansion.
* cmSiteNameCommand implements the site_name CMake command
*/
class cmSiteNameCommand : public cmCommand
{