| commit | 74b735dea8e2255c53f12afea5706ad443d64785 | [log] [tgz] |
|---|---|---|
| author | Alex Turbov <i.zaufi@gmail.com> | Tue Aug 23 21:39:53 2022 +0400 |
| committer | Alex Turbov <i.zaufi@gmail.com> | Thu Nov 17 16:37:11 2022 +0400 |
| tree | 03933961bcaf525b00f2a27a3bc018fed503c40b | |
| parent | 807aa8e35382ab55120ccb1e6ae88523ad7ee5a3 [diff] |
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]` Use fixed size arrays of `cmDocumentationEntry` items instead of open arrays of two `char` pointers when describe program options help screens. Also, drop `const char*[][2]` overloads of methods of `cmDocumentation` and `cmDocumentationSection` classes in the sake of generic (template) appenders introduced earlier.