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_layout_def.html | 227 --------------------------------- 1 file changed, 227 deletions(-) delete mode 100644 Doc/doxygen/html/class_layout_def.html (limited to 'Doc/doxygen/html/class_layout_def.html') diff --git a/Doc/doxygen/html/class_layout_def.html b/Doc/doxygen/html/class_layout_def.html deleted file mode 100644 index f565f3b..0000000 --- a/Doc/doxygen/html/class_layout_def.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - -Starshatter_Open: LayoutDef Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
LayoutDef Class Reference
-
-
- -

#include <FormDef.h>

- -

List of all members.

- - - -

-Static Public Member Functions

static const char * TYPENAME ()
- - - - - -

-Public Attributes

std::vector< DWORD > x_mins
std::vector< DWORD > y_mins
std::vector< float > x_weights
std::vector< float > y_weights
-

Detailed Description

-
-

Definition at line 64 of file FormDef.h.

-

Member Function Documentation

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

Definition at line 67 of file FormDef.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::vector<DWORD> LayoutDef::x_mins
-
- -

Definition at line 69 of file FormDef.h.

- -
-
- -
-
- - - - -
std::vector<float> LayoutDef::x_weights
-
- -

Definition at line 71 of file FormDef.h.

- -
-
- -
-
- - - - -
std::vector<DWORD> LayoutDef::y_mins
-
- -

Definition at line 70 of file FormDef.h.

- -
-
- -
-
- - - - -
std::vector<float> LayoutDef::y_weights
-
- -

Definition at line 72 of file FormDef.h.

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