Revert "[3.0] Exclude internal tag module in Public API reference" 65/83165/1
authortaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 08:27:08 +0000 (17:27 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 08:27:22 +0000 (17:27 +0900)
This reverts commit d664fddaf876511c6d5f7b2258f819b83f782607.

Change-Id: I940a9bd4386ee00fdf589d38614569055c5130aa

adaptors/public-api/adaptor-framework/application.h
adaptors/public-api/adaptor-framework/native-image-source.h
adaptors/public-api/adaptor-framework/tts-player.h
adaptors/public-api/adaptor-framework/window.h
adaptors/wearable/watch/watch-application.h

index 375fa0e..371b533 100644 (file)
@@ -367,7 +367,6 @@ public:  // Signals
 
 public: // Not intended for application developers
   /**
-   * @internal
    * @brief Internal constructor
    * @SINCE_1_0.0
    */
index a6258ce..d26511c 100755 (executable)
@@ -190,7 +190,6 @@ private:   // native image
 private:
 
   /**
-   * @internal
    * @brief Private constructor
    * @SINCE_1_0.0
    * @param[in] width The width of the image.
@@ -201,7 +200,6 @@ private:
   DALI_INTERNAL NativeImageSource( unsigned int width, unsigned int height, ColorDepth depth, Any nativeImageSource );
 
   /**
-   * @internal
    * @brief A reference counted object may only be deleted by calling Unreference().
    *
    * The implementation should destroy the NativeImage resources.
@@ -210,7 +208,6 @@ private:
   DALI_INTERNAL virtual ~NativeImageSource();
 
   /**
-   * @internal
    * @brief Undefined copy constructor
    *
    * This avoids accidental calls to a default copy constructor.
@@ -220,7 +217,6 @@ private:
   DALI_INTERNAL NativeImageSource( const NativeImageSource& nativeImageSource );
 
   /**
-   * @internal
    * @brief Undefined assignment operator.
    *
    * This avoids accidental calls to a default assignment operator.
index f233f15..6859155 100644 (file)
@@ -169,7 +169,6 @@ public: // API
 public: // Not intended for application developers
 
   /**
-   * @internal
    * @brief This constructor is used by TtsPlayer::Get().
    * @SINCE_1_0.0
    * @param[in] ttsPlayer A pointer to the TTS player.
index 5bfe0ca..ea44240 100644 (file)
@@ -253,7 +253,6 @@ public: // Signals
 
 public: // Not intended for application developers
   /**
-   * @internal
    * @brief This constructor is used by Dali::Application::GetWindow().
    * @SINCE_1_0.0
    * @param[in] window A pointer to the window.
index e92b847..37fb62b 100644 (file)
@@ -188,7 +188,6 @@ public:
 
 public: // Not intended for application developers
   /**
-   * @internal
    * @brief Internal constructor
    * @SINCE_1_1.37
    */