mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
ENH: added while command
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmEndWhileCommand
|
||||
* \brief ends an if block
|
||||
* \brief ends a while loop
|
||||
*
|
||||
* cmEndWhileCommand ends an if block
|
||||
* cmEndWhileCommand ends a while loop
|
||||
*/
|
||||
class cmEndWhileCommand : public cmCommand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user