X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fmain-page.h;h=b7b86be886634a13a4ed02f274aeb4363cf0d27d;hp=61619ddf8e504ff11428a769eef037632d247aff;hb=43304152ae02a473296e85846bf8c1b08bd918ac;hpb=59fdf81f3cc2d004cca1b182dee09e42492d51c5 diff --git a/docs/content/main-page.h b/docs/content/main-page.h index 61619dd..b7b86be 100644 --- a/docs/content/main-page.h +++ b/docs/content/main-page.h @@ -69,6 +69,8 @@ * - \link texture-atlases Texture Atlases \endlink * - \link Texture_Compression Compressing Textures \endlink * + * \section Testing + * See [Automated Tests](@ref auto_testing) for instructions. */ /*! \page scene-graph @@ -97,7 +99,7 @@ * When the button is pressed, the actor will receive an event and adjust the color of its button face * element. * - * \section scene_dali Why does Dali internally have a second scene graph? + * \section scene_internal Why does Dali internally have a second scene graph? * Actors and elements are contained in a scene graph which deals with input, layout and some animation * it doesn't perform any drawing. *