Skip to content

Commit c57957d

Browse files
author
natural-law
committed
issue #170
add comment of class CCFileUtils
1 parent b7dd58e commit c57957d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cocos2dx/platform/uphone/CCXFileUtils_uphone.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class CCX_DLL CCFileUtils
4747
static const char* fullPathFromRelativePath(const char *pszRelativePath);
4848

4949
/**
50-
@brief Generate the absolute path of file,the filename of the result is from param:pszFilename,
51-
and the path is from param:pszRelativeFile
50+
@brief Generate the absolute path of file.The result filename is from param:pszFilename,
51+
and the result path is from param:pszRelativeFile
5252
@param pszFilename The file name of result.
5353
@param pszRelativeFile We get the result path from this param
5454
@return The absolute path of the file who named pszFilename

0 commit comments

Comments
 (0)