Merge "Add descriptions and example codes" into devel/master
[platform/core/uifw/dali-core.git] / dali / public-api / events / long-press-gesture-detector.h
index 4a9c849..a0502c5 100644 (file)
@@ -39,7 +39,6 @@ struct LongPressGesture;
 /**
  * @brief This class emits a signals when a long press gesture occurs that meets the requirements set by the application.
  * @SINCE_1_0.0
- * @see LongPressGestureDetector::SetTouchesRequired.
  *
  * For any valid long press, two signals will be emitted:
  * - First identifying the beginning (state = Started) i.e. when fingers held down for the required time.
@@ -210,6 +209,7 @@ public: // Signals
 
 public: // Not intended for Application developers
 
+  /// @cond internal
   /**
    * @brief This constructor is used by LongPressGestureDetector::New() methods.
    *
@@ -217,6 +217,7 @@ public: // Not intended for Application developers
    * @param [in]  internal  A pointer to a newly allocated Dali resource.
    */
   explicit DALI_INTERNAL LongPressGestureDetector(Internal::LongPressGestureDetector* internal);
+  /// @endcond
 
 };