X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fobject%2Fproperty-buffer-api.cpp;h=cde2ed1c3ec42bf1b54cbd894856760c848fd092;hb=90925e62266ce32a326ba2458e9c3d1107244218;hp=dabaaf6323eb6b1969156fc687236b83e2ca3d86;hpb=8c31a5ca493d17693e53f9909a4453b1fa058ab3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/object/property-buffer-api.cpp b/plugins/dali-script-v8/src/object/property-buffer-api.cpp index dabaaf6..cde2ed1 100644 --- a/plugins/dali-script-v8/src/object/property-buffer-api.cpp +++ b/plugins/dali-script-v8/src/object/property-buffer-api.cpp @@ -119,8 +119,8 @@ PropertyBuffer PropertyBufferApi::GetPropertyBufferFromParams( int paramIndex, * @constructor * @for PropertyBuffer * @method PropertyBuffer - * @param {Object} bufferFormat - * @param {integer} size + * @param {Object} bufferFormat Map of names and types that describes the components of the buffer + * @param {integer} size The number of elements in the property buffer * @return {Object} PropertyBuffer * @example *``` @@ -165,7 +165,7 @@ PropertyBuffer PropertyBufferApi::New( v8::Isolate* isolate, const v8::FunctionC * * @method setData * @for PropertyBuffer - * @param {Object} data The data that will be copied to the buffer. + * @param {Float32Array} data The data that will be copied to the buffer. * @example *``` * var vertexData = [ 0, 1,