remove link in brief tag
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 10:04:35 +0000 (19:04 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 10:55:53 +0000 (19:55 +0900)
Change-Id: I47f2425c9578635cdf1ab98276a324a60ba32d10

26 files changed:
inc/FAppAppControlProviderManager.h
inc/FAppIAppControlProviderEventListener.h
inc/FAppIAppControlResponseListener.h
inc/FAppNotificationManager.h
inc/FBaseColIteratorT.h
inc/FBaseColPairIteratorT.h
inc/FBaseColRandomIteratorT.h
inc/FBaseColStlConverter.h
inc/FBaseDoubleComparer.h
inc/FBaseFloatComparer.h
inc/FBaseInt8Comparer.h
inc/FBaseLongComparer.h
inc/FBaseLongLongComparer.h
inc/FBaseObject.h
inc/FBaseRtMonitor.h
inc/FBaseShortComparer.h
inc/FBaseStringComparer.h
inc/FBaseStringHashCodeProvider.h
inc/FBaseUtilStringTokenizer.h
inc/FBaseUtilStringUtil.h
inc/FIoClientChannel.h
inc/FIoIChannelResponseEventListener.h
inc/FIoServerChannel.h
inc/FSysIRuntimeInfoGetIntAsyncResultListener.h
inc/FSysIRuntimeInfoGetLonglongAsyncResultListener.h
inc/FXml.h

index 8083d6c..fe2038d 100644 (file)
@@ -42,7 +42,7 @@ class IAppControlProviderEventListener;
 
 /**
  * @class      AppControlProviderManager
- * @brief      This class manages the AppControl provider.
+ * @brief      This class manages the %AppControl provider.
  *
  * @since      2.0
  *
index 87018b0..2137be4 100644 (file)
@@ -38,7 +38,7 @@ namespace Tizen { namespace App
 
 /**
 *   @interface  IAppControlProviderEventListener
-*   @brief      This interface defines the provider listener for the AppControl request.
+*   @brief      This interface defines the provider listener for the %AppControl request.
 *
 *   @since     2.0
 *
index 73e5762..2bcf2c8 100644 (file)
@@ -38,7 +38,7 @@ namespace Tizen { namespace App
 
 /**
 * @interface   IAppControlResponseListener
-* @brief               This interface defines a listener for the AppControl response events.
+* @brief               This interface defines a listener for the %AppControl response events.
 *
 * @since       2.0
 *
index ccc9870..954f572 100644 (file)
 //
 
 /**
+ * @if OSPDEPREC
  * @file               FAppNotificationManager.h
  * @brief              This is the header file for the %NotificationManager class.
  *
  * This header file contains the declarations of the %NotificationManager class.
+ * @endif
  */
 
 #ifndef _FAPP_NOTIFICATION_MANAGER_H_
index f9598fa..7e38af6 100644 (file)
@@ -35,8 +35,8 @@ namespace Tizen { namespace Base { namespace Collection
 {
 /**
  * @class      IteratorT
- * @brief      This class provides an iterator that is used to convert IList to STL containers. @n
- *                     StlConverter provides static methods to get this iterator from %IList.
+ * @brief      This class provides an iterator that is used to convert %IList to STL containers. @n
+ *                     %StlConverter provides static methods to get this iterator from %IList.
  *
  * @since      2.1
  *
index e2d89e4..3d71646 100644 (file)
@@ -37,8 +37,8 @@ namespace Tizen { namespace Base { namespace Collection
 {
 /**
  * @class      PairIteratorT
- * @brief      This class provides an iterator that is used to convert IMap or IMultiMap to STL containers. @n
- *                     StlConverter provides static methods to get this iterator from %IMap or %IMultiMap.
+ * @brief      This class provides an iterator that is used to convert %IMap or %IMultiMap to STL containers. @n
+ *                     %StlConverter provides static methods to get this iterator from %IMap or %IMultiMap.
  *
  * @since      2.1
  *
index b792bf2..677bd83 100644 (file)
@@ -34,8 +34,8 @@ namespace Tizen { namespace Base { namespace Collection
 {
 /**
  * @class      RandomIteratorT
- * @brief      This class provides a random iterator that is used to convert IList to STL containers. @n
- *                     StlConverter provides static methods to get this random iterator from %IList.
+ * @brief      This class provides a random iterator that is used to convert %IList to STL containers. @n
+ *                     %StlConverter provides static methods to get this random iterator from %IList.
  *
  * @since      2.1
  *
index 6f92448..e6c282d 100644 (file)
@@ -43,7 +43,7 @@ class IMultiMap;
 
 /**
  *     @class  StlConverter
- *     @brief  This class provides static methods to convert %Tizen Collection to STL Container and vice versa.
+ *     @brief  This class provides static methods to convert %Tizen %Collection to STL Container and vice versa.
  *
  *     @since  2.1
  *
index fd13812..c7f826b 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Base
 {
 /**
  *     @class  DoubleComparer
- *     @brief  This class checks for equivalence between 2 instances of the Double type.
+ *     @brief  This class checks for equivalence between 2 instances of the %Double type.
  *
  *     @since 2.0
  *
index 90d186a..4056ed0 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Base
 {
 /**
  *     @class  FloatComparer
- *     @brief  This class checks for equivalence between 2 instances of the Float type.
+ *     @brief  This class checks for equivalence between 2 instances of the %Float type.
  *
  *     @since 2.0
  *
index e744f4a..3983fe1 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Base
 {
 /**
  *     @class  Int8Comparer
- *     @brief  This class checks for equivalence between 2 instances of the Int8 type.
+ *     @brief  This class checks for equivalence between 2 instances of the %Int8 type.
  *
  *     @since 2.0
  *
index 2073009..1c1aa7d 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Base
 {
 /**
  * @class      LongComparer
- * @brief      This class checks for equivalence between 2 instances of the Long type.
+ * @brief      This class checks for equivalence between 2 instances of the %Long type.
  *
  * @since 2.0
  *
index cb55eb0..654f283 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Base
 {
 /**
  * @class      LongLongComparer
- * @brief      This class checks for equivalence between 2 instances of the LongLong type.
+ * @brief      This class checks for equivalence between 2 instances of the %LongLong type.
  *
  * @since 2.0
  *
index cae5688..2ab0af2 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Base
 {
 /**
  * @class      Object
- * @brief      This class is the @b root class of Tizen.
+ * @brief      This class is the root class of %Tizen.
  *
  * @since 2.0
  *
index 35e2ab3..706b0ae 100755 (executable)
@@ -35,7 +35,7 @@ class _MonitorImpl;
 
 /**
  * @class   Monitor
- * @brief      This represents a monitor; a type of synchronization mechanism that provides acquire/release semantics by Enter() / Exit() as well as wait/notify semantics by Wait() / Notify() / NotifyAll().
+ * @brief      This represents a monitor; a type of synchronization mechanism that provides acquire/release semantics by %Enter() / %Exit() as well as wait/notify semantics by %Wait() / %Notify() / %NotifyAll().
  *
  * @since 2.0
  *
index cd010a8..36ad325 100644 (file)
@@ -35,7 +35,7 @@ namespace Tizen { namespace Base
 {
 /**
  *     @class  ShortComparer
- *     @brief  This class compares 2 instances of the Short type for equivalence.
+ *     @brief  This class compares 2 instances of the %Short type for equivalence.
  *
  *     @since 2.0
  *
index c0729c1..98bb08f 100644 (file)
@@ -35,7 +35,7 @@ namespace Tizen { namespace Base
 {
 /**
  * @class      StringComparer
- * @brief      This class checks for equivalence between 2 instances of the String type.
+ * @brief      This class checks for equivalence between 2 instances of the %String type.
  *
  * @since 2.0
  *
index 3372640..9e98d1e 100644 (file)
@@ -31,7 +31,7 @@ namespace Tizen { namespace Base
 {
 /**
  * @class      StringHashCodeProvider
- * @brief      This class provides the hash code of an instance of type String.
+ * @brief      This class provides the hash code of an instance of type %String.
  *
  * @since      2.1
  *
index 41700f6..d880cc6 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Base { namespace Utility
 {
 /**
  * @class      StringTokenizer
- * @brief      This class is used to break a String into tokens.
+ * @brief      This class is used to break a %String into tokens.
  *
  * @since 2.0
  *
index 6f87af8..f6ff573 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Base { namespace Utility
 {
 /**
  * @class      StringUtil
- * @brief      This class provides various utility methods for String.
+ * @brief      This class provides various utility methods for %String.
  *
  * @since 2.0
  *
index 550f3c0..4c75e4f 100644 (file)
 // limitations under the License.
 //
 /**
+ * @if OSPDEPREC
  * @file               FIoClientChannel.h
  * @brief              This is the header file for the %ClientChannel class.
  *
  * This header file contains the declarations of the %ClientChannel class.
+ * @endif
  */
 #ifndef _FIO_CLIENT_CHANNEL_H_
 #define _FIO_CLIENT_CHANNEL_H_
index 86520d4..998e533 100644 (file)
 // limitations under the License.
 //
 /**
+ * @if OSPDEPREC
  * @file               FIoIChannelResponseEventListener.h
  * @brief              This is the header file for the %IChannelResponseEventListener interface.
  *
  * This header file contains the declarations of the %IChannelResponseEventListener interface.
- *
+ * @endif
  */
 #ifndef _FIO_ICHANNEL_RESPONSEEVENT_LISTENER_H_
 #define _FIO_ICHANNEL_RESPONSEEVENT_LISTENER_H_
index 5a3c9bc..0111068 100644 (file)
 // limitations under the License.
 //
 /**
+ * @if OSPDEPREC
  * @file               FIoServerChannel.h
  * @brief              This is the header file for the %ServerChannel class.
  *
  * This header file contains the declarations of the %ServerChannel class.
+ * @endif
  */
 #ifndef _FIO_SERVER_CHANNEL_H_
 #define _FIO_SERVER_CHANNEL_H_
index 50182fb..3a17c89 100644 (file)
@@ -32,7 +32,7 @@ namespace Tizen { namespace System
  
 /**
 * @interface     IRuntimeInfoGetIntAsyncResultListener
-* @brief          This interface defines the result listener for an asynchronous method call to the RuntimeInfo class.
+* @brief          This interface defines the result listener for an asynchronous method call to the %RuntimeInfo class.
 *
 * @since 2.0
 *
index 1915a9e..2e8c177 100644 (file)
@@ -32,7 +32,7 @@ namespace Tizen { namespace System
  
 /**
 * @interface     IRuntimeInfoGetLonglongAsyncResultListener
-* @brief          This interface defines the result listener for an asynchronous method call to the RuntimeInfo class.
+* @brief          This interface defines the result listener for an asynchronous method call to the %RuntimeInfo class.
 *
 * @since 2.0
 *
index b95dc13..7fd363b 100755 (executable)
 //
 
 /**
+ * @if OSPDEPREC
  * @file                       FXml.h
  * @brief                      This is the header file for the Tizen::Xml namespace.
  *
  * This header file contains the introduction of the Tizen::Xml namespace.
+ * @endif
  */
 #ifndef _FXML_H_
 #define _FXML_H_