GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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)   case c: fputs(escaped,f);break
 Format text for HTML output. More...
 

Functions

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

Detailed Description

GIS Library - Argument parsing functions (HTML output)

(C) 2001-2009, 2011-2020 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.

Author
Original author CERL

Definition in file parser_html.c.

Macro Definition Documentation

◆ do_escape

#define do_escape (   c,
  escaped 
)    case c: fputs(escaped,f);break

Format text for HTML output.

Definition at line 304 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 29 of file parser_html.c.