File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,9 @@ class CCX_DLL CCFileUtils
46
46
*/
47
47
static const char * fullPathFromRelativePath (const char *pszRelativePath);
48
48
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
56
50
static const char * fullPathFromRelativeFile (const char *pszFilename, const char *pszRelativeFile);
51
+ // / @endcond
57
52
58
53
/* *
59
54
@brief Generate a NSDictionary pointer by file
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ typedef struct
47
47
unsigned char *data;
48
48
} tImageInfo;
49
49
50
+ /* *
51
+ @brief image toolkits
52
+ */
50
53
class CCX_DLL UIImage
51
54
{
52
55
public:
You can’t perform that action at this time.
0 commit comments