From c2bb8ff190369426e64c67805563814c6b4e3fc9 Mon Sep 17 00:00:00 2001 From: kiritow <1362050620@qq.com> Date: Mon, 1 May 2017 20:25:51 +0800 Subject: [PATCH] Add Document --- doc/html/index.html | 391 ++++++++++++++++++++++++++++++++++++++++++ doc/markdown/index.md | 43 +++++ 2 files changed, 434 insertions(+) create mode 100644 doc/html/index.html create mode 100644 doc/markdown/index.md diff --git a/doc/html/index.html b/doc/html/index.html new file mode 100644 index 0000000..b177d83 --- /dev/null +++ b/doc/html/index.html @@ -0,0 +1,391 @@ + + + + + + + +
+

MiniEngine 帮助

+

简介

+

应用到项目中

+

MiniEngine核心部分

+

类列表

+

Rect +Point +ColorMode +RGBA +NonCopyable +ErrorViewer +RWOP +Surface +Texture +Renderer +Cursor +Window +Font +LogSystem +SDLSystem +Timer +AudioPlayer +Music +MusicPlayer +Sound +SoundPlayer +StringEngine

+

枚举列表

+

BlendMode +RendererType +FlipMode +SystemCursorType +Platform +PowerState

+

全局函数列表

+

UTF8ToGBK +GBKToUTF8 +canread +canwrite +isexist +canexecute +GetArgc +GetArgv

+ +
+ + \ No newline at end of file diff --git a/doc/markdown/index.md b/doc/markdown/index.md new file mode 100644 index 0000000..bbf37e7 --- /dev/null +++ b/doc/markdown/index.md @@ -0,0 +1,43 @@ +# MiniEngine 帮助 +## 简介 +## 应用到项目中 +## MiniEngine核心部分 +### 类列表 +Rect +Point +ColorMode +RGBA +NonCopyable +ErrorViewer +RWOP +Surface +Texture +Renderer +Cursor +Window +Font +LogSystem +SDLSystem +Timer +AudioPlayer +Music +MusicPlayer +Sound +SoundPlayer +StringEngine +### 枚举列表 +BlendMode +RendererType +FlipMode +SystemCursorType +Platform +PowerState +### 全局函数列表 +UTF8ToGBK +GBKToUTF8 +canread +canwrite +isexist +canexecute +GetArgc +GetArgv