GRASS 8 Programmer's Manual 8.6.0dev(2026)-b0a6d7703c
Loading...
Searching...
No Matches
parser_html.c File Reference

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"
Include dependency graph for parser_html.c:

Go to the source code of this file.

Macros

#define do_escape(c, escaped)
 Format text for HTML output.
 

Functions

void G__usage_html (void)
 Print module usage description in HTML format.
 

Detailed Description

GIS Library - Argument parsing functions (HTML output)

SPDX-FileCopyrightText: 2001-2026 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Original author CERL

Definition in file parser_html.c.

Macro Definition Documentation

◆ do_escape

#define do_escape (   c,
  escaped 
)
Value:
case c: \
break

Format text for HTML output.

Definition at line 309 of file parser_html.c.

Function Documentation

◆ G__usage_html()

void G__usage_html ( void  )

Print module usage description in HTML format.

Definition at line 27 of file parser_html.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().