GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-299a28a7d0
|
GIS Library - Argument parsing functions (Markdown output - Python) More...
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "parser_local_proto.h"
Go to the source code of this file.
Functions | |
void | G__md_print_python_short_version (FILE *file, const char *indent) |
void | G__md_print_python_long_version (FILE *file, const char *indent) |
GIS Library - Argument parsing functions (Markdown output - Python)
(C) 2025 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file parser_md_python.c.
void G__md_print_python_long_version | ( | FILE * | file, |
const char * | indent | ||
) |
Definition at line 421 of file parser_md_python.c.
References G__uses_new_gisprompt(), NULL, and st.
Referenced by G__usage_markdown().
void G__md_print_python_short_version | ( | FILE * | file, |
const char * | indent | ||
) |
Definition at line 315 of file parser_md_python.c.
References Option::answer, file, G__md_print_escaped(), G__option_num_tuple_items(), G__uses_new_gisprompt(), Option::key, Flag::key, Flag::next_flag, Option::next_opt, NULL, Option::options, Option::opts, Option::required, st, Option::type, TYPE_DOUBLE, and TYPE_INTEGER.
Referenced by G__usage_markdown().