X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fjavascript-wrapping-guide.md;h=b235b612ca3cbdb0482ac5b3db42090d78b6dabd;hp=50dd02223503831a50fb1550c111c34d64a28b1b;hb=e3f6ef9404f35aed638b5de626ca430265054e59;hpb=2d5d28f89d92f5a7db5bd84f39ce0c5dbc74508d diff --git a/docs/content/shared-javascript-and-cpp-documentation/javascript-wrapping-guide.md b/docs/content/shared-javascript-and-cpp-documentation/javascript-wrapping-guide.md index 50dd022..b235b61 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/javascript-wrapping-guide.md +++ b/docs/content/shared-javascript-and-cpp-documentation/javascript-wrapping-guide.md @@ -1,5 +1,6 @@ -/** - * + + # JavaScript wrapping guide {#javascriptwrapping} This guide outlines what files to modify when the DALi C++ public API changes. @@ -104,10 +105,11 @@ v8 will detect myActor is a wrapped object, and call getId() on that wrapped obj The wrapped object, then forwards the command to the real DALi object. Whenever we want to access functions / properties of that wrapped object, we unwrap it -to get access to the Dali object. +to get access to the DALi object. -Each wrapped object registers with Dali garbage collector so they can be deleted -when Dali shuts down +Each wrapped object registers with DALi garbage collector so they can be deleted +when DALi shuts down + +@class _Guide_JavaScript_Wrapping -@class _Guide_JavaScript_Wrapping` */ \ No newline at end of file