musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Documentation for @property copy attribute is incorrect #94

Closed iccir closed 8 years ago

iccir commented 8 years ago

copy -> A copy of the object is made (using -copy) before assigning to ivar

Actually, copy is currently an ignored @property attribute. This should either be fixed, or the documentation should be changed.

iccir commented 8 years ago

The copy and struct attributes and the oj.makeCopy() runtime API are now documented on the 2.0 branch.