[3.0] Add missed doxygen documentation
[platform/core/uifw/dali-core.git] / dali / public-api / object / type-registry.h
index fca9948..a44f376 100644 (file)
@@ -163,6 +163,7 @@ public:
    * @brief Get type names by index.
    *
    * @SINCE_1_0.0
+   * @param[in] index The index to get the type name
    * @return The type name or an empty string when index is not valid
    */
   std::string GetTypeName(size_t index) const;
@@ -170,6 +171,7 @@ public:
 public: // Not intended for application developers
 
   /**
+   * @internal
    * @brief This constructor is used by Dali Get() method.
    *
    * @SINCE_1_0.0
@@ -391,12 +393,8 @@ class DALI_IMPORT_API ChildPropertyRegistration
 public:
 
   /**
-   * @brief This constructor registers a child property (i.e. a property that the parent
-   * supports in its children) with the registered type.
-   *
-   * This constructor is for event-thread only properties where the
-   * value of the property can be retrieved and set via specified
-   * functions.
+   * @brief This constructor registers an event-thread only child property (i.e. a property
+   * that the parent supports in its children) with the registered type.
    *
    * @SINCE_1_1.35
    * @param [in] registered The TypeRegistration object