tune for official release v3.2.0

This commit is contained in:
Vincent Wei
2018-07-12 10:41:31 +08:00
parent dcc50d45ce
commit 318dee8fd5
5 changed files with 4 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ PROJECT_NUMBER = v3.2.0
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF = "A mature cross-platform windowing and GUI system for embedded systems and smart IoT devices"
PROJECT_BRIEF = "A mature and proven cross-platform GUI system for embedded and smart IoT devices"
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55

View File

@@ -5,7 +5,7 @@ EXTRA_DIST = \
GNUmakefile makefile.ng makefile.msvc rules.make \
Version INSTALL LICENSE \
README.md RELEASE-NOTES.md \
license-policy-en.md license-policy-zh.md
LICENSE-POLICY-en.md LICENSE-POLICY-zh.md
# The directory where the include files will be installed
libminiguiincludedir = $(includedir)/minigui

View File

@@ -1,6 +1,6 @@
# MiniGUI
A mature cross-platform windowing system and GUI system for embedded and IoT devices.
A mature and proven cross-platform GUI system for embedded and smart IoT devices.
## TABLE OF CONTENTS

View File

@@ -267,7 +267,7 @@ report any bugs and incompatibilities in
* [ADJUST] ScrollWindow: normal function -> inline function.
## Version 3.0.2
## Version 3.0.2
The MiniGUI development team announces the availability of MiniGUI 3.0.2.
All users of MiniGUI are encouraged to test this version carefully, and
@@ -319,6 +319,3 @@ report any bugs and incompatibilities in
* [NEW] LockDCEx: support for directly read and write the pixels in a DC.
* [NEW] CreateSecondaryDC: Creates a secondary window DC of a window.
* [NEW] SetSecondaryDC:set a window's secondary DC and the callback for double buffer window.

View File

@@ -4736,8 +4736,6 @@ enum emResReturn {
* \fn const char* GetResPath (void)
* \brief Get the currrent user's resource path.
*
* \param path The path which store the resources. It can be an absolute path or relative path.
*
* \return the user's resource path; NULL if have not been set.
*
* \sa SetResPath