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/_combat_group_8cpp.html | 315 ------------------------------- 1 file changed, 315 deletions(-) delete mode 100644 Doc/doxygen/html/_combat_group_8cpp.html (limited to 'Doc/doxygen/html/_combat_group_8cpp.html') diff --git a/Doc/doxygen/html/_combat_group_8cpp.html b/Doc/doxygen/html/_combat_group_8cpp.html deleted file mode 100644 index 76d0656..0000000 --- a/Doc/doxygen/html/_combat_group_8cpp.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/CombatGroup.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
CombatGroup.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "CombatGroup.h"
-#include "CombatUnit.h"
-#include "CombatZone.h"
-#include "Combatant.h"
-#include "CombatAssignment.h"
-#include "Campaign.h"
-#include "ShipDesign.h"
-#include "Ship.h"
-#include "Game.h"
-#include "DataLoader.h"
-#include "ParseUtil.h"
-
-

Go to the source code of this file.

- - - - - - -

-Macros

#define GET_DEF_BOOL(n)   if (pdef->name()->value()==(#n)) GetDefBool((n), pdef, filename)
#define GET_DEF_TEXT(n)   if (pdef->name()->value()==(#n)) GetDefText((n), pdef, filename)
#define GET_DEF_NUM(n)   if (pdef->name()->value()==(#n)) GetDefNumber((n), pdef, filename)
#define GET_DEF_VEC(n)   if (pdef->name()->value()==(#n)) GetDefVec((n), pdef, filename)
- - - - - -

-Functions

int ShipClassFromName (const char *type_name)
Text FormatNumber (double n)
void SaveCombatUnit (FILE *f, CombatUnit *u)
void SaveCombatGroup (FILE *f, CombatGroup *g)
-

Macro Definition Documentation

- -
-
- - - - - - - - -
#define GET_DEF_BOOL( n)   if (pdef->name()->value()==(#n)) GetDefBool((n), pdef, filename)
-
- -

Definition at line 960 of file CombatGroup.cpp.

- -
-
- -
-
- - - - - - - - -
#define GET_DEF_NUM( n)   if (pdef->name()->value()==(#n)) GetDefNumber((n), pdef, filename)
-
- -

Definition at line 962 of file CombatGroup.cpp.

- -
-
- -
-
- - - - - - - - -
#define GET_DEF_TEXT( n)   if (pdef->name()->value()==(#n)) GetDefText((n), pdef, filename)
-
- -

Definition at line 961 of file CombatGroup.cpp.

- -
-
- -
-
- - - - - - - - -
#define GET_DEF_VEC( n)   if (pdef->name()->value()==(#n)) GetDefVec((n), pdef, filename)
-
- -

Definition at line 963 of file CombatGroup.cpp.

- -
-
-

Function Documentation

- -
-
- - - - - - - - -
Text FormatNumber (double n)
-
- -

Definition at line 1471 of file CombatGroup.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void SaveCombatGroup (FILE * f,
CombatGroupg 
)
-
- -

Definition at line 1526 of file CombatGroup.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void SaveCombatUnit (FILE * f,
CombatUnitu 
)
-
- -

Definition at line 1490 of file CombatGroup.cpp.

- -
-
- -
-
- - - - - - - - -
int ShipClassFromName (const char * type_name)
-
- -

Definition at line 953 of file CombatGroup.cpp.

- -
-
-
-
- - - - -- cgit v1.1