17#include "parser_local_proto.h"
22#define do_escape(c, escaped) \
30 for (s = str; *s; s++) {
37 fputs(
" ", f);
58 for (s = str; *s; s++) {
93 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.