mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -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 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user