Source: Drop incorrect class documentation that had typos

This commit is contained in:
Brad King
2025-02-03 12:02:13 -05:00
parent 2844296c7b
commit e9fb64f3b7
2 changed files with 0 additions and 9 deletions

View File

@@ -11,12 +11,6 @@
class cmExecutionStatus;
/** \class cmCTestReadCustomFiles
* \brief Run a ctest script
*
* cmLibrarysCommand defines a list of executable (i.e., test)
* programs to create.
*/
class cmCTestReadCustomFilesCommand : public cmCTestCommand
{
public:

View File

@@ -13,9 +13,6 @@ class cmExecutionStatus;
/** \class cmCTestRunScript
* \brief Run a ctest script
*
* cmLibrarysCommand defines a list of executable (i.e., test)
* programs to create.
*/
class cmCTestRunScriptCommand : public cmCTestCommand
{