X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fdocumentation-guide.md;h=397428ab721dce112cad7f4383fe2e868e9586fe;hb=fe706c2b9e0a2ce31c91317dd6749faecef6d92e;hp=af3b3e74975d0f7ef31d468632670b929d15bd84;hpb=c3f7ea6cb0c0b75c2276193aff88b5c7a679a2d5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/documentation-guide.md b/docs/content/shared-javascript-and-cpp-documentation/documentation-guide.md index af3b3e7..397428a 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/documentation-guide.md +++ b/docs/content/shared-javascript-and-cpp-documentation/documentation-guide.md @@ -1,7 +1,7 @@ -# Writing documentation for the DALi programing guide {#documentationguide} +# Writing documentation for the DALi programming guide {#documentationguide} To allow documentation to be shared between C++ and JavaScript, please follow these guidelines: @@ -41,7 +41,7 @@ Which will allow you to link to this section as follows: [Go To MyChapter](@ref my-chapter) ~~~ -Code blocks can be enclosed within 2 blocks of 3 tildas(~). +Code blocks can be enclosed within 2 blocks of 3 tildes(~). You can even specify your language type, for example: ~~~{.md}