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