ENH: added while command

This commit is contained in:
Ken Martin 2005-01-21 09:39:27 -05:00
parent 0c225eb5b9
commit 1bfb3194ec

View File

@ -20,9 +20,9 @@
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmEndWhileCommand /** \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 class cmEndWhileCommand : public cmCommand
{ {