|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
|
GIS Library - Argument parsing functions (reStructuredText output) More...
#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.
Macros | |
| #define | do_escape(c, escaped) |
| Format text for reStructuredText output. | |
Functions | |
| void | G__usage_rest (void) |
| Print module usage description in reStructuredText format. | |
GIS Library - Argument parsing functions (reStructuredText output)
SPDX-FileCopyrightText: 2012 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file parser_rest.c.
Format text for reStructuredText output.
Definition at line 260 of file parser_rest.c.
Print module usage description in reStructuredText format.
Definition at line 25 of file parser_rest.c.
References _, FALSE, G__print_keywords(), G__uses_new_gisprompt(), G_program_name(), NULL, st, TYPE_DOUBLE, TYPE_INTEGER, and TYPE_STRING.
Referenced by G_parser().