Functions | |
| static void | print_xml_help_option_element (ctmbstr element, ctmbstr name) |
| Outputs an XML element for a CLI option, escaping special characters as required. More... | |
| static void | xml_help (void) |
| Provides the -xml-help service. More... | |
Outputs an XML element for a CLI option, escaping special characters as required.
For example, it might print <name>-output <file></name>.
| element | XML element name. |
| name | The contents of the element. |
|
static |
Provides the -xml-help service.