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

List of all members.

- - - - - -

-Public Member Functions

 ShipCatalogEntry ()
 ShipCatalogEntry (const char *n, const char *t, const char *p, const char *f, bool h=false)
 ~ShipCatalogEntry ()
- - -

-Static Public Member Functions

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

-Public Attributes

Text name
Text type
Text path
Text file
bool hide
ShipDesigndesign
-

Detailed Description

-
-

Definition at line 78 of file ShipDesign.cpp.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
ShipCatalogEntry::ShipCatalogEntry ()
-
-inline
-
- -

Definition at line 81 of file ShipDesign.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ShipCatalogEntry::ShipCatalogEntry (const char * n,
const char * t,
const char * p,
const char * f,
bool h = false 
)
-
-inline
-
- -

Definition at line 83 of file ShipDesign.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
ShipCatalogEntry::~ShipCatalogEntry ()
-
-inline
-
- -

Definition at line 86 of file ShipDesign.cpp.

- -
-
-

Member Function Documentation

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

Definition at line 79 of file ShipDesign.cpp.

- -
-
-

Member Data Documentation

- -
-
- - - - -
ShipDesign* ShipCatalogEntry::design
-
- -

Definition at line 94 of file ShipDesign.cpp.

- -
-
- -
-
- - - - -
Text ShipCatalogEntry::file
-
- -

Definition at line 91 of file ShipDesign.cpp.

- -
-
- -
-
- - - - -
bool ShipCatalogEntry::hide
-
- -

Definition at line 92 of file ShipDesign.cpp.

- -
-
- -
-
- - - - -
Text ShipCatalogEntry::name
-
- -

Definition at line 88 of file ShipDesign.cpp.

- -
-
- -
-
- - - - -
Text ShipCatalogEntry::path
-
- -

Definition at line 90 of file ShipDesign.cpp.

- -
-
- -
-
- - - - -
Text ShipCatalogEntry::type
-
- -

Definition at line 89 of file ShipDesign.cpp.

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