19 #include "parser_local_proto.h"
24 #define do_escape(c, escaped) \
33 for (s = str; *s; s++) {
36 do_escape(
'\t',
" ");
50 for (s = str; *s; s++) {
85 for (ptr = opt->
key_desc; *ptr !=
'\0'; ptr++)
#define do_escape(c, escaped)
Format text for Markdown output.
void G__md_print_escaped(FILE *f, const char *str)
int G__option_num_tuple_items(const struct Option *opt)
Get number of tuple items if option is a tuple.
void G__md_print_escaped_for_options(FILE *f, const char *str)
Structure that stores option information.