[4.0] Add '@addtogroup' tag to generate doxygen page 10/206610/1 submit/tizen_4.0/20190522.072854
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 22 May 2019 04:12:13 +0000 (13:12 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 22 May 2019 05:46:01 +0000 (14:46 +0900)
- 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>
13 files changed:
dali/public-api/images/pixel-data.h
dali/public-api/math/angle-axis.h
dali/public-api/math/rect.h
dali/public-api/rendering/frame-buffer.h
dali/public-api/rendering/geometry.h
dali/public-api/rendering/property-buffer.h
dali/public-api/rendering/renderer.h
dali/public-api/rendering/sampler.h
dali/public-api/rendering/shader.h
dali/public-api/rendering/texture-set.h
dali/public-api/rendering/texture.h
dali/public-api/size-negotiation/relayout-container.h
doc/dali-core-doc.h

index f1f4921..cf9850d 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_images
+ * @{
+ */
 
 namespace Internal
 {
@@ -136,7 +140,9 @@ public:
   explicit DALI_INTERNAL PixelData( Internal::PixelData* pointer );
 };
 
-
+/**
+ * @}
+ */
 } //namespace Dali
 
 #endif // DALI_PIXEL_DATA_H
index 177d70e..c3d99b0 100644 (file)
@@ -29,7 +29,7 @@
 namespace Dali
 {
 /**
- * @addtogroup dali_core_object
+ * @addtogroup dali_core_math
  * @{
  */
 
index 9d14f59..a0a453a 100644 (file)
@@ -28,7 +28,7 @@
 namespace Dali
 {
 /**
- * @addtogroup dali_core_object
+ * @addtogroup dali_core_math
  * @{
  */
 
index 73df151..beb1316 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -154,6 +158,9 @@ public:
   explicit DALI_INTERNAL FrameBuffer( Internal::FrameBuffer* pointer );
 };
 
+/**
+ * @}
+ */
 } //namespace Dali
 
 #endif // DALI_FRAMEBUFFER_H
index 5f266e0..259c290 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -174,6 +178,9 @@ public:
   explicit DALI_INTERNAL Geometry( Internal::Geometry* pointer );
 };
 
+/**
+ * @}
+ */
 } //namespace Dali
 
 #endif // DALI_GEOMETRY_H
index c91f099..c090bcf 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -163,6 +167,9 @@ public:
   explicit DALI_INTERNAL PropertyBuffer( Internal::PropertyBuffer* pointer );
 };
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // DALI_PROPERTY_BUFFER_H
index 931de51..840fa8d 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -545,6 +549,9 @@ public:
   explicit DALI_INTERNAL Renderer( Internal::Renderer* pointer );
 };
 
+/**
+ * @}
+ */
 } //namespace Dali
 
 #endif // DALI_RENDERER_H
index e70c3c1..9ba4199 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -129,6 +133,9 @@ public:
   explicit DALI_INTERNAL Sampler( Internal::Sampler* pointer );
 };
 
+/**
+ * @}
+ */
 } //namespace Dali
 
 #endif // DALI_SAMPLER_H
index b1fc7fd..33ba14e 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -178,6 +182,9 @@ public:
   explicit DALI_INTERNAL Shader( Internal::Shader* effect );
 };
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // DALI_SHADER_H
index 93e808d..ba2a5ae 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -147,6 +151,9 @@ public:
   explicit DALI_INTERNAL TextureSet( Internal::TextureSet* pointer );
 };
 
+/**
+ * @}
+ */
 } //namespace Dali
 
 
index 90bcad5..5927d62 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -200,6 +204,9 @@ public:
   explicit DALI_INTERNAL Texture( Internal::Texture* pointer );
 };
 
+/**
+ * @}
+ */
 } //namespace Dali
 
 #endif // DALI_TEXTURE_H
index 3a8341a..67f03ec 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_size_negotiation
+ * @{
+ */
 
 class RelayoutContainer;
 typedef RelayoutContainer* RelayoutContainerPtr;
@@ -61,6 +65,9 @@ public:
 
 };
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // __DALI_RELAYOUT_CONTAINER_H__
index 54405f5..73bf1ab 100644 (file)
  *    <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.
  * @}
  */