Modified doxygen BitmapCommon
authorIlji Seo <ijclaire.seo@samsung.com>
Tue, 19 Mar 2013 09:08:33 +0000 (18:08 +0900)
committerIlji Seo <ijclaire.seo@samsung.com>
Tue, 19 Mar 2013 09:08:33 +0000 (18:08 +0900)
Change-Id: I3cbce02e3fc6ecd53c8870d600c26f0cdec80ebe
Signed-off-by: Ilji Seo <ijclaire.seo@samsung.com>
inc/FGrpBitmapCommon.h

index 8b12184..0f40ec6 100644 (file)
@@ -67,7 +67,7 @@ enum BufferScaling
  *
  * @since 2.0
  *
- * @remarks Bitmap::Scale() function performs the operation according to the given BitmapScalingQuality value. \n
+ * @remarks The Bitmap::Scale() method performs the operation according to the given BitmapScalingQuality value. @n
  *          Bitmap scaling with BITMAP_SCALING_QUALITY_HIGH provides better results than others, but it takes longer.
  *          On the other hand, bitmap scaling with BITMAP_SCALING_QUALITY_LOW runs faster than others, but the results are poorer.
  *          When you scale bitmaps with a masking color then you have to select BITMAP_SCALING_QUALITY_LOW,