From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_http_param.html | 266 --------------------------------- 1 file changed, 266 deletions(-) delete mode 100644 Doc/doxygen/html/class_http_param.html (limited to 'Doc/doxygen/html/class_http_param.html') diff --git a/Doc/doxygen/html/class_http_param.html b/Doc/doxygen/html/class_http_param.html deleted file mode 100644 index afa7125..0000000 --- a/Doc/doxygen/html/class_http_param.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - -Starshatter_Open: HttpParam Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#include <HttpServer.h>

- -

List of all members.

- - - - -

-Public Member Functions

 HttpParam (const char *n, const char *v)
int operator== (const HttpParam &p) const
- - -

-Static Public Member Functions

static const char * TYPENAME ()
- - - -

-Public Attributes

Text name
Text value
-

Detailed Description

-
-

Definition at line 56 of file HttpServer.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
HttpParam::HttpParam (const char * n,
const char * v 
)
-
-inline
-
- -

Definition at line 61 of file HttpServer.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - - -
int HttpParam::operator== (const HttpParamp) const
-
-inline
-
- -

Definition at line 63 of file HttpServer.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* HttpParam::TYPENAME ()
-
-inlinestatic
-
- -

Definition at line 59 of file HttpServer.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
Text HttpParam::name
-
- -

Definition at line 65 of file HttpServer.h.

- -
-
- -
-
- - - - -
Text HttpParam::value
-
- -

Definition at line 66 of file HttpServer.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.1