GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
GIS Library - Argument parsing functions (HTML 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 HTML output. More... | |
Functions | |
void | G__usage_html (void) |
Print module usage description in HTML format. More... | |
GIS Library - Argument parsing functions (HTML output)
(C) 2001-2024 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_html.c.
#define do_escape | ( | c, | |
escaped | |||
) |
Format text for HTML output.
Definition at line 311 of file parser_html.c.
void G__usage_html | ( | void | ) |
Print module usage description in HTML format.
Definition at line 29 of file parser_html.c.