--------------------------------------------------------------------------
| 836 | |
| 837 | // -------------------------------------------------------------------------- |
| 838 | void mitkCommandLineParser::endGroup() |
| 839 | { |
| 840 | this->Internal->CurrentGroup.clear(); |
| 841 | } |
| 842 | |
| 843 | // -------------------------------------------------------------------------- |
| 844 | string mitkCommandLineParser::helpText() const |
no test coverage detected