mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15541 from cocos2d/fix-doxygen-mistakes
Fix doxygen format mistakes in enum class Platform
This commit is contained in:
commit
9f678f2f27
|
@ -46,18 +46,18 @@ public:
|
|||
*/
|
||||
enum class Platform
|
||||
{
|
||||
OS_WINDOWS,/** Windows */
|
||||
OS_LINUX,/** Linux */
|
||||
OS_MAC,/** Mac*/
|
||||
OS_ANDROID,/** Android */
|
||||
OS_IPHONE,/** Iphone */
|
||||
OS_IPAD,/** Ipad */
|
||||
OS_BLACKBERRY,/** BLACKBERRY */
|
||||
OS_NACL,/** Nacl */
|
||||
OS_EMSCRIPTEN,/** Emscripten */
|
||||
OS_TIZEN,/** Tizen */
|
||||
OS_WINRT,/** Windows Store Applications */
|
||||
OS_WP8/** Windows Phone Applications */
|
||||
OS_WINDOWS, /**< Windows */
|
||||
OS_LINUX, /**< Linux */
|
||||
OS_MAC, /**< Mac OS X*/
|
||||
OS_ANDROID, /**< Android */
|
||||
OS_IPHONE, /**< iPhone */
|
||||
OS_IPAD, /**< iPad */
|
||||
OS_BLACKBERRY, /**< BlackBerry */
|
||||
OS_NACL, /**< Native Client in Chrome */
|
||||
OS_EMSCRIPTEN, /**< Emscripten */
|
||||
OS_TIZEN, /**< Tizen */
|
||||
OS_WINRT, /**< Windows Runtime Applications */
|
||||
OS_WP8 /**< Windows Phone 8 Applications */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue