| 1104 | } |
| 1105 | |
| 1106 | void beginCommandGroup(const char * nsName, const char *name, const char* usage) |
| 1107 | { |
| 1108 | markCommandGroup(nsName, name, usage); |
| 1109 | } |
| 1110 | |
| 1111 | void endCommandGroup(const char * nsName, const char *name) |
| 1112 | { |
nothing calls this directly
no test coverage detected