fix invalid characters in cocos header

This commit is contained in:
matcool 2022-12-12 16:10:26 -03:00 committed by mat
parent d57c2bb5ae
commit 3aeaa21c78
2 changed files with 3 additions and 3 deletions

View file

@ -47,9 +47,9 @@ NS_CC_EXT_BEGIN
class CC_DLL CCControlSaturationBrightnessPicker : public CCControl
{
/** Contains the receiver¡¯s current saturation value. */
/** Contains the receiver's current saturation value. */
CC_SYNTHESIZE_READONLY(float, m_saturation, Saturation);
/** Contains the receiver¡¯s current brightness value. */
/** Contains the receiver's current brightness value. */
CC_SYNTHESIZE_READONLY(float, m_brightness, Brightness);
//not sure if these need to be there actually. I suppose someone might want to access the sprite?

View file

@ -45,7 +45,7 @@ NS_CC_EXT_BEGIN
class CC_DLL CCControlSlider: public CCControl
{
//maunally put in the setters
/** Contains the receiver¡¯s current value. */
/** Contains the receiver's current value. */
CC_SYNTHESIZE_READONLY(float, m_value, Value);
virtual void setValue(float val);
/** Contains the minimum value of the receiver.