Apply reviewed doxygen
[framework/osp/web.git] / inc / FWebCtrlITextSearchListener.h
index 0799c79..2d0ba97 100644 (file)
@@ -45,7 +45,8 @@ class _OSP_EXPORT_ ITextSearchListener
 public:
 
        /**
-        * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since               2.0
         */
@@ -56,9 +57,9 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   totalCount              The total count of matches
-        * @param[in]   currentOrdinal  The ordinal of currently selected match @n
-        *                                                              If there is no match, it will be set to zero.
+        * @param[in]   totalCount              The total count of the matches
+        * @param[in]   currentOrdinal  The ordinal of the currently selected match @n
+        *                                                              If there is no match, it is set to zero.
         */
        virtual void OnTextFound(int totalCount, int currentOrdinal) = 0;