From: Minkyoung Kang Date: Wed, 12 Jun 2013 10:04:35 +0000 (+0900) Subject: remove link in brief tag X-Git-Tag: accepted/tizen/20130912.081851^2~239^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c56709719adac754c76dbcb78f06d4915ceada9;p=platform%2Fframework%2Fnative%2Fappfw.git remove link in brief tag Change-Id: I47f2425c9578635cdf1ab98276a324a60ba32d10 --- diff --git a/inc/FAppAppControlProviderManager.h b/inc/FAppAppControlProviderManager.h index 8083d6c..fe2038d 100644 --- a/inc/FAppAppControlProviderManager.h +++ b/inc/FAppAppControlProviderManager.h @@ -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 * diff --git a/inc/FAppIAppControlProviderEventListener.h b/inc/FAppIAppControlProviderEventListener.h index 87018b0..2137be4 100644 --- a/inc/FAppIAppControlProviderEventListener.h +++ b/inc/FAppIAppControlProviderEventListener.h @@ -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 * diff --git a/inc/FAppIAppControlResponseListener.h b/inc/FAppIAppControlResponseListener.h index 73e5762..2bcf2c8 100644 --- a/inc/FAppIAppControlResponseListener.h +++ b/inc/FAppIAppControlResponseListener.h @@ -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 * diff --git a/inc/FAppNotificationManager.h b/inc/FAppNotificationManager.h index ccc9870..954f572 100644 --- a/inc/FAppNotificationManager.h +++ b/inc/FAppNotificationManager.h @@ -15,10 +15,12 @@ // /** + * @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_ diff --git a/inc/FBaseColIteratorT.h b/inc/FBaseColIteratorT.h index f9598fa..7e38af6 100644 --- a/inc/FBaseColIteratorT.h +++ b/inc/FBaseColIteratorT.h @@ -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 * diff --git a/inc/FBaseColPairIteratorT.h b/inc/FBaseColPairIteratorT.h index e2d89e4..3d71646 100644 --- a/inc/FBaseColPairIteratorT.h +++ b/inc/FBaseColPairIteratorT.h @@ -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 * diff --git a/inc/FBaseColRandomIteratorT.h b/inc/FBaseColRandomIteratorT.h index b792bf2..677bd83 100644 --- a/inc/FBaseColRandomIteratorT.h +++ b/inc/FBaseColRandomIteratorT.h @@ -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 * diff --git a/inc/FBaseColStlConverter.h b/inc/FBaseColStlConverter.h index 6f92448..e6c282d 100644 --- a/inc/FBaseColStlConverter.h +++ b/inc/FBaseColStlConverter.h @@ -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 * diff --git a/inc/FBaseDoubleComparer.h b/inc/FBaseDoubleComparer.h index fd13812..c7f826b 100644 --- a/inc/FBaseDoubleComparer.h +++ b/inc/FBaseDoubleComparer.h @@ -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 * diff --git a/inc/FBaseFloatComparer.h b/inc/FBaseFloatComparer.h index 90d186a..4056ed0 100644 --- a/inc/FBaseFloatComparer.h +++ b/inc/FBaseFloatComparer.h @@ -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 * diff --git a/inc/FBaseInt8Comparer.h b/inc/FBaseInt8Comparer.h index e744f4a..3983fe1 100644 --- a/inc/FBaseInt8Comparer.h +++ b/inc/FBaseInt8Comparer.h @@ -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 * diff --git a/inc/FBaseLongComparer.h b/inc/FBaseLongComparer.h index 2073009..1c1aa7d 100644 --- a/inc/FBaseLongComparer.h +++ b/inc/FBaseLongComparer.h @@ -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 * diff --git a/inc/FBaseLongLongComparer.h b/inc/FBaseLongLongComparer.h index cb55eb0..654f283 100644 --- a/inc/FBaseLongLongComparer.h +++ b/inc/FBaseLongLongComparer.h @@ -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 * diff --git a/inc/FBaseObject.h b/inc/FBaseObject.h index cae5688..2ab0af2 100644 --- a/inc/FBaseObject.h +++ b/inc/FBaseObject.h @@ -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 * diff --git a/inc/FBaseRtMonitor.h b/inc/FBaseRtMonitor.h index 35e2ab3..706b0ae 100755 --- a/inc/FBaseRtMonitor.h +++ b/inc/FBaseRtMonitor.h @@ -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 * diff --git a/inc/FBaseShortComparer.h b/inc/FBaseShortComparer.h index cd010a8..36ad325 100644 --- a/inc/FBaseShortComparer.h +++ b/inc/FBaseShortComparer.h @@ -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 * diff --git a/inc/FBaseStringComparer.h b/inc/FBaseStringComparer.h index c0729c1..98bb08f 100644 --- a/inc/FBaseStringComparer.h +++ b/inc/FBaseStringComparer.h @@ -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 * diff --git a/inc/FBaseStringHashCodeProvider.h b/inc/FBaseStringHashCodeProvider.h index 3372640..9e98d1e 100644 --- a/inc/FBaseStringHashCodeProvider.h +++ b/inc/FBaseStringHashCodeProvider.h @@ -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 * diff --git a/inc/FBaseUtilStringTokenizer.h b/inc/FBaseUtilStringTokenizer.h index 41700f6..d880cc6 100644 --- a/inc/FBaseUtilStringTokenizer.h +++ b/inc/FBaseUtilStringTokenizer.h @@ -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 * diff --git a/inc/FBaseUtilStringUtil.h b/inc/FBaseUtilStringUtil.h index 6f87af8..f6ff573 100644 --- a/inc/FBaseUtilStringUtil.h +++ b/inc/FBaseUtilStringUtil.h @@ -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 * diff --git a/inc/FIoClientChannel.h b/inc/FIoClientChannel.h index 550f3c0..4c75e4f 100644 --- a/inc/FIoClientChannel.h +++ b/inc/FIoClientChannel.h @@ -14,10 +14,12 @@ // 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_ diff --git a/inc/FIoIChannelResponseEventListener.h b/inc/FIoIChannelResponseEventListener.h index 86520d4..998e533 100644 --- a/inc/FIoIChannelResponseEventListener.h +++ b/inc/FIoIChannelResponseEventListener.h @@ -14,11 +14,12 @@ // 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_ diff --git a/inc/FIoServerChannel.h b/inc/FIoServerChannel.h index 5a3c9bc..0111068 100644 --- a/inc/FIoServerChannel.h +++ b/inc/FIoServerChannel.h @@ -14,10 +14,12 @@ // 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_ diff --git a/inc/FSysIRuntimeInfoGetIntAsyncResultListener.h b/inc/FSysIRuntimeInfoGetIntAsyncResultListener.h index 50182fb..3a17c89 100644 --- a/inc/FSysIRuntimeInfoGetIntAsyncResultListener.h +++ b/inc/FSysIRuntimeInfoGetIntAsyncResultListener.h @@ -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 * diff --git a/inc/FSysIRuntimeInfoGetLonglongAsyncResultListener.h b/inc/FSysIRuntimeInfoGetLonglongAsyncResultListener.h index 1915a9e..2e8c177 100644 --- a/inc/FSysIRuntimeInfoGetLonglongAsyncResultListener.h +++ b/inc/FSysIRuntimeInfoGetLonglongAsyncResultListener.h @@ -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 * diff --git a/inc/FXml.h b/inc/FXml.h index b95dc13..7fd363b 100755 --- a/inc/FXml.h +++ b/inc/FXml.h @@ -15,10 +15,12 @@ // /** + * @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_