X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fmain-page.h;h=f742f01cfcc4f3ab69c4946d418c67a87a6484b5;hb=bf2e33bdeb3e28c8d207a9b193d48443d73559b8;hp=61619ddf8e504ff11428a769eef037632d247aff;hpb=59fdf81f3cc2d004cca1b182dee09e42492d51c5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/main-page.h b/docs/content/main-page.h index 61619dd..f742f01 100644 --- a/docs/content/main-page.h +++ b/docs/content/main-page.h @@ -54,8 +54,6 @@ * - \link script-hello Hello World in script \endlink * * - \link handle-body-idiom Handle – body idiom \endlink - * - \link boost-library Boost Library \endlink - * - \link boost-function Boost function usage \endlink * * \section Rendering * - \link viewing-modes Viewing modes \endlink @@ -69,6 +67,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 +97,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. *