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/_format_util_8h.html | 449 ---------------------------------- 1 file changed, 449 deletions(-) delete mode 100644 Doc/doxygen/html/_format_util_8h.html (limited to 'Doc/doxygen/html/_format_util_8h.html') diff --git a/Doc/doxygen/html/_format_util_8h.html b/Doc/doxygen/html/_format_util_8h.html deleted file mode 100644 index 090f9a4..0000000 --- a/Doc/doxygen/html/_format_util_8h.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/FormatUtil.h File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
FormatUtil.h File Reference
-
-
-
#include "Types.h"
-#include "Geometry.h"
-#include "Text.h"
-
-

Go to the source code of this file.

- - - - - - - - - - - - - - -

-Functions

void FormatNumber (char *txt, double n)
void FormatNumberExp (char *txt, double n)
void FormatTime (char *txt, double seconds)
void FormatTimeOfDay (char *txt, double seconds)
void FormatDayTime (char *txt, double seconds, bool short_format=false)
void FormatDay (char *txt, double seconds)
void FormatPoint (char *txt, const Point &p)
Text FormatTimeString (int utc=0)
const char * SafeString (const char *s)
const char * SafeQuotes (const char *s)
Text FormatTextReplace (const char *msg, const char *tgt, const char *val)
Text FormatTextEscape (const char *msg)
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
void FormatDay (char * txt,
double seconds 
)
-
- -

Definition at line 126 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void FormatDayTime (char * txt,
double seconds,
bool short_format = false 
)
-
- -

Definition at line 95 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void FormatNumber (char * txt,
double n 
)
-
- -

Definition at line 19 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void FormatNumberExp (char * txt,
double n 
)
-
- -

Definition at line 44 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void FormatPoint (char * txt,
const Pointp 
)
-
- -

Definition at line 142 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - -
Text FormatTextEscape (const char * msg)
-
- -

Definition at line 296 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Text FormatTextReplace (const char * msg,
const char * tgt,
const char * val 
)
-
- -

Definition at line 256 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void FormatTime (char * txt,
double seconds 
)
-
- -

Definition at line 61 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void FormatTimeOfDay (char * txt,
double seconds 
)
-
- -

Definition at line 77 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - -
Text FormatTimeString (int utc = 0)
-
- -

Definition at line 157 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - -
const char* SafeQuotes (const char * s)
-
- -

Definition at line 230 of file FormatUtil.cpp.

- -
-
- -
-
- - - - - - - - -
const char* SafeString (const char * s)
-
- -

Definition at line 182 of file FormatUtil.cpp.

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