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:
David Cole
2011-08-04 19:03:24 -04:00
parent 5f0eba49f2
commit edcdfeae93
7 changed files with 14 additions and 14 deletions
+2 -2
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
{