19#include "parser_local_proto.h"
24#define do_escape(c, escaped) \
32 for (s = str; *s; s++) {
39 fputs(
" ", f);
60 for (s = str; *s; s++) {
95 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, const char *indent)
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.