Fix C# build break due to C++ property macro modification 81/105481/1
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 16 Dec 2016 17:32:17 +0000 (17:32 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 16 Dec 2016 17:32:17 +0000 (17:32 +0000)
commit7162819ff25fd6b90ab1c1dca97a30af3d0c5a14
tree53dfe8e0d507ec340f849d996bd22a926ccde44d
parentbf830dcf9aa1a53392edb19948d1b4d1dc410a63
Fix C# build break due to C++ property macro modification

C# property generator script now strips out
any comments inserted after the property macro.

E.g. the following macro was breaking the script due to the // deprecated comment

DALI_PROPERTY_REGISTRATION( Toolkit, Button, "unselectedStateImage",               MAP,     UNSELECTED_STATE_IMAGE                ) // Deprecated property

Change-Id: Ifbbd45c71a44768c50d9bd2735d5aa0c5f4ddb7d
plugins/dali-swig/property-wrapper.rb