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=53851e34617088a075f8fa8da51568d0e76d0255;hb=f564711a7f7b23050fd6360ddf771715655aee6e;hpb=2d41a1e273a45aa9a75c2d1854447d83f22ab740 diff --git a/docs/content/main-page.h b/docs/content/main-page.h index 53851e3..b7b86be 100644 --- a/docs/content/main-page.h +++ b/docs/content/main-page.h @@ -64,7 +64,14 @@ * - \link resource-tracking Resource Tracking \endlink * - \link performance-profiling Performance Profiling \endlink * -*/ + * \section Performance + * - \link performance-tips Performance Tips \endlink + * - \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 * @@ -92,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. *