mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
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.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user