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

#include <Component.h>

- -

List of all members.

- - - - - -

-Public Member Functions

 ComponentDesign ()
 ~ComponentDesign ()
int operator== (const ComponentDesign &rhs) const
- - -

-Static Public Member Functions

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

-Public Attributes

Text name
Text abrv
float repair_time
float replace_time
int spares
DWORD affects
-

Detailed Description

-
-

Definition at line 24 of file Component.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - -
ComponentDesign::ComponentDesign ()
-
- -

Definition at line 22 of file Component.cpp.

- -
-
- -
-
- - - - - - - -
ComponentDesign::~ComponentDesign ()
-
- -

Definition at line 28 of file Component.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - - -
int ComponentDesign::operator== (const ComponentDesignrhs) const
-
-inline
-
- -

Definition at line 31 of file Component.h.

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

Definition at line 27 of file Component.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
Text ComponentDesign::abrv
-
- -

Definition at line 35 of file Component.h.

- -
-
- -
-
- - - - -
DWORD ComponentDesign::affects
-
- -

Definition at line 40 of file Component.h.

- -
-
- -
-
- - - - -
Text ComponentDesign::name
-
- -

Definition at line 34 of file Component.h.

- -
-
- -
-
- - - - -
float ComponentDesign::repair_time
-
- -

Definition at line 37 of file Component.h.

- -
-
- -
-
- - - - -
float ComponentDesign::replace_time
-
- -

Definition at line 38 of file Component.h.

- -
-
- -
-
- - - - -
int ComponentDesign::spares
-
- -

Definition at line 39 of file Component.h.

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