diff options
Diffstat (limited to 'Source/cmBreakCommand.h')
-rw-r--r-- | Source/cmBreakCommand.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Source/cmBreakCommand.h b/Source/cmBreakCommand.h index 17f57cfa1a..52f0e9c47a 100644 --- a/Source/cmBreakCommand.h +++ b/Source/cmBreakCommand.h @@ -47,24 +47,6 @@ public: */ virtual const char* GetName() const {return "break";} - /** - * Succinct documentation. - */ - virtual const char* GetTerseDocumentation() const - { - return "Break from an enclosing foreach or while loop."; - } - - /** - * More documentation. - */ - virtual const char* GetFullDocumentation() const - { - return - " break()\n" - "Breaks from an enclosing foreach loop or while loop"; - } - cmTypeMacro(cmBreakCommand, cmCommand); }; |