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 375fa0e535f60b16f000a54affeea6fad873080f..371b533a96eeb9bca7ad8d921f9a8e57cc40d8e0 100644 (file)
@@ -367,7 +367,6 @@ public:  // Signals
 
 public: // Not intended for application developers
   /**
-   * @internal
    * @brief Internal constructor
    * @SINCE_1_0.0
    */
index a6258ced7482e113d9a27486a318603815f4e4b9..d26511cc60f05c85cd8ff62242d3c4560f91162c 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 f233f15415a45e862de5ad70bf7319c258acbb41..68591557d909f8dcfa800361b06849337d4d37f3 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 5bfe0ca60477341da261bab5f4b7ceaef0c2841b..ea44240c6a5951547d394295b2ab4a69889362a5 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 e92b84720311a0aa1a2a37b422043ef17c5bcf20..37fb62b05c7fe8276452d91ea0125f0d189d66bb 100644 (file)
@@ -188,7 +188,6 @@ public:
 
 public: // Not intended for application developers
   /**
-   * @internal
    * @brief Internal constructor
    * @SINCE_1_1.37
    */