Skip to content

Commit f560e48

Browse files
author
Ming
committed
1 parent 817dd3f commit f560e48

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

cocos2dx/platform/uphone/CCXFileUtils_uphone.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,9 @@ class CCX_DLL CCFileUtils
4646
*/
4747
static const char* fullPathFromRelativePath(const char *pszRelativePath);
4848

49-
/**
50-
@brief Generate the absolute path of file.The result filename is from param:pszFilename,
51-
and the result path is from param:pszRelativeFile
52-
@param pszFilename The file name of result.
53-
@param pszRelativeFile We get the result path from this param
54-
@return The absolute path of the file who named pszFilename
55-
*/
49+
/// @cond
5650
static const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile);
51+
/// @endcond
5752

5853
/**
5954
@brief Generate a NSDictionary pointer by file

cocos2dx/platform/uphone/CCXUIImage_uphone.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ typedef struct
4747
unsigned char *data;
4848
} tImageInfo;
4949

50+
/**
51+
@brief image toolkits
52+
*/
5053
class CCX_DLL UIImage
5154
{
5255
public:

0 commit comments

Comments
 (0)