Exclude internal tag module in Public API reference
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / buttons / button.h
index 8893d88..cd142c5 100644 (file)
@@ -520,6 +520,7 @@ public: //Signals
 
 public: // Not intended for application developers
 
 
 public: // Not intended for application developers
 
+  /// @cond internal
   /**
    * @brief Creates a handle using the Toolkit::Internal implementation.
    *
   /**
    * @brief Creates a handle using the Toolkit::Internal implementation.
    *
@@ -535,6 +536,7 @@ public: // Not intended for application developers
    * @param[in]  internal  A pointer to the internal CustomActor.
    */
   DALI_INTERNAL Button( Dali::Internal::CustomActor* internal );
    * @param[in]  internal  A pointer to the internal CustomActor.
    */
   DALI_INTERNAL Button( Dali::Internal::CustomActor* internal );
+  /// @endcond
 };
 
 /**
 };
 
 /**