mirror of
https://github.com/reactos/CMake.git
synced 2025-01-23 03:58:02 +00:00
ENH: added while command
This commit is contained in:
parent
0c225eb5b9
commit
1bfb3194ec
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user