- In some classes, @addtogroup tag is mssing.
So, they cannot be included in each API group.
Change-Id: Ie75140ecc93ba9b9776b8da04fce4efe841863a1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
namespace Dali
{
+/**
+ * @addtogroup dali_core_images
+ * @{
+ */
namespace Internal
{
explicit DALI_INTERNAL PixelData( Internal::PixelData* pointer );
};
-
+/**
+ * @}
+ */
} //namespace Dali
#endif // DALI_PIXEL_DATA_H
namespace Dali
{
/**
- * @addtogroup dali_core_object
+ * @addtogroup dali_core_math
* @{
*/
namespace Dali
{
/**
- * @addtogroup dali_core_object
+ * @addtogroup dali_core_math
* @{
*/
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL FrameBuffer( Internal::FrameBuffer* pointer );
};
+/**
+ * @}
+ */
} //namespace Dali
#endif // DALI_FRAMEBUFFER_H
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL Geometry( Internal::Geometry* pointer );
};
+/**
+ * @}
+ */
} //namespace Dali
#endif // DALI_GEOMETRY_H
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL PropertyBuffer( Internal::PropertyBuffer* pointer );
};
+/**
+ * @}
+ */
} // namespace Dali
#endif // DALI_PROPERTY_BUFFER_H
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL Renderer( Internal::Renderer* pointer );
};
+/**
+ * @}
+ */
} //namespace Dali
#endif // DALI_RENDERER_H
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL Sampler( Internal::Sampler* pointer );
};
+/**
+ * @}
+ */
} //namespace Dali
#endif // DALI_SAMPLER_H
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL Shader( Internal::Shader* effect );
};
+/**
+ * @}
+ */
} // namespace Dali
#endif // DALI_SHADER_H
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL TextureSet( Internal::TextureSet* pointer );
};
+/**
+ * @}
+ */
} //namespace Dali
namespace Dali
{
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
namespace Internal DALI_INTERNAL
{
explicit DALI_INTERNAL Texture( Internal::Texture* pointer );
};
+/**
+ * @}
+ */
} //namespace Dali
#endif // DALI_TEXTURE_H
namespace Dali
{
+/**
+ * @addtogroup dali_core_size_negotiation
+ * @{
+ */
class RelayoutContainer;
typedef RelayoutContainer* RelayoutContainerPtr;
};
+/**
+ * @}
+ */
} // namespace Dali
#endif // __DALI_RELAYOUT_CONTAINER_H__
* <td>@ref dali_core_signals</td>
* <td>Classes for the signal and slot structure.</td>
* </tr>
+ * <tr>
+ * <td>@ref dali_core_size_negotiation</td>
+ * <td>Classes for the size negotiation.</td>
+ * </tr>
* </table>
*
* \ifnot show_tizen_feature
* @defgroup dali_core_signals Signal
* @brief Classes for the signal and slot structure.
+
+ * @defgroup dali_core_size_negotiation Size Negotiation
+ * @brief Classes for the size negotiation.
* @}
*/