From d664fddaf876511c6d5f7b2258f819b83f782607 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Fri, 24 Jun 2016 15:55:54 +0900 Subject: [PATCH] [3.0] Exclude internal tag module in Public API reference Change-Id: I54da99fd284eb4fa56a45d4daea2951e22b7ec63 Signed-off-by: Seoyeon Kim --- adaptors/public-api/adaptor-framework/application.h | 1 + adaptors/public-api/adaptor-framework/native-image-source.h | 4 ++++ adaptors/public-api/adaptor-framework/tts-player.h | 1 + adaptors/public-api/adaptor-framework/window.h | 1 + adaptors/wearable/watch/watch-application.h | 1 + 5 files changed, 8 insertions(+) diff --git a/adaptors/public-api/adaptor-framework/application.h b/adaptors/public-api/adaptor-framework/application.h index 371b533..375fa0e 100644 --- a/adaptors/public-api/adaptor-framework/application.h +++ b/adaptors/public-api/adaptor-framework/application.h @@ -367,6 +367,7 @@ public: // Signals public: // Not intended for application developers /** + * @internal * @brief Internal constructor * @SINCE_1_0.0 */ diff --git a/adaptors/public-api/adaptor-framework/native-image-source.h b/adaptors/public-api/adaptor-framework/native-image-source.h index d26511c..a6258ce 100755 --- a/adaptors/public-api/adaptor-framework/native-image-source.h +++ b/adaptors/public-api/adaptor-framework/native-image-source.h @@ -190,6 +190,7 @@ private: // native image private: /** + * @internal * @brief Private constructor * @SINCE_1_0.0 * @param[in] width The width of the image. @@ -200,6 +201,7 @@ 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. @@ -208,6 +210,7 @@ private: DALI_INTERNAL virtual ~NativeImageSource(); /** + * @internal * @brief Undefined copy constructor * * This avoids accidental calls to a default copy constructor. @@ -217,6 +220,7 @@ private: DALI_INTERNAL NativeImageSource( const NativeImageSource& nativeImageSource ); /** + * @internal * @brief Undefined assignment operator. * * This avoids accidental calls to a default assignment operator. diff --git a/adaptors/public-api/adaptor-framework/tts-player.h b/adaptors/public-api/adaptor-framework/tts-player.h index 6859155..f233f15 100644 --- a/adaptors/public-api/adaptor-framework/tts-player.h +++ b/adaptors/public-api/adaptor-framework/tts-player.h @@ -169,6 +169,7 @@ 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. diff --git a/adaptors/public-api/adaptor-framework/window.h b/adaptors/public-api/adaptor-framework/window.h index ea44240..5bfe0ca 100644 --- a/adaptors/public-api/adaptor-framework/window.h +++ b/adaptors/public-api/adaptor-framework/window.h @@ -253,6 +253,7 @@ 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. diff --git a/adaptors/wearable/watch/watch-application.h b/adaptors/wearable/watch/watch-application.h index 37fb62b..e92b847 100644 --- a/adaptors/wearable/watch/watch-application.h +++ b/adaptors/wearable/watch/watch-application.h @@ -188,6 +188,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief Internal constructor * @SINCE_1_1.37 */ -- 2.7.4