Exclude internal tag module in Public API reference 28/83128/4
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 24 Jun 2016 06:55:54 +0000 (15:55 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 10 Aug 2016 11:01:08 +0000 (20:01 +0900)
Change-Id: I54da99fd284eb4fa56a45d4daea2951e22b7ec63
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
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 371b533..997423f 100644 (file)
@@ -366,11 +366,13 @@ public:  // Signals
   AppSignalType& MemoryLowSignal();
 
 public: // Not intended for application developers
+  /// @cond internal
   /**
    * @brief Internal constructor
    * @SINCE_1_0.0
    */
   explicit DALI_INTERNAL Application(Internal::Adaptor::Application* application);
+  /// @endcond
 };
 
 /**
index d26511c..9e9ff5a 100755 (executable)
@@ -189,6 +189,7 @@ private:   // native image
 
 private:
 
+  /// @cond internal
   /**
    * @brief Private constructor
    * @SINCE_1_0.0
@@ -224,10 +225,13 @@ private:
    * @param[in] rhs A reference to the object to copy.
    */
   DALI_INTERNAL NativeImageSource& operator=(const NativeImageSource& rhs);
+  /// @endcond
 
 private:
 
+  /// @cond internal
   Internal::Adaptor::NativeImageSource* mImpl; ///< Implementation pointer
+  /// @endcond
 };
 
 /**
index 6859155..f2c46ca 100644 (file)
@@ -168,12 +168,14 @@ public: // API
 
 public: // Not intended for application developers
 
+  /// @cond internal
   /**
    * @brief This constructor is used by TtsPlayer::Get().
    * @SINCE_1_0.0
    * @param[in] ttsPlayer A pointer to the TTS player.
    */
   explicit DALI_INTERNAL TtsPlayer( Internal::Adaptor::TtsPlayer* ttsPlayer );
+  /// @endcond
 };
 
 /**
index ea44240..ac10e5a 100644 (file)
@@ -252,12 +252,14 @@ public: // Signals
   IndicatorSignalType& IndicatorVisibilityChangedSignal();
 
 public: // Not intended for application developers
+  /// @cond internal
   /**
    * @brief This constructor is used by Dali::Application::GetWindow().
    * @SINCE_1_0.0
    * @param[in] window A pointer to the window.
    */
   explicit DALI_INTERNAL Window( Internal::Adaptor::Window* window );
+  /// @endcond
 };
 
 /**
index 37fb62b..c5b940c 100644 (file)
@@ -187,11 +187,13 @@ public:
   WatchBoolSignal& AmbientChangedSignal();
 
 public: // Not intended for application developers
+  /// @cond internal
   /**
    * @brief Internal constructor
    * @SINCE_1_1.37
    */
   explicit DALI_INTERNAL WatchApplication(Internal::Adaptor::WatchApplication* implementation);
+  /// @endcond
 };
 
 /**