Merge "Fix prohibit access of app-service" into tizen_2.1
[platform/framework/native/appfw.git] / inc / FBaseBuffer.h
index 15f0d9b..d52ce3a 100644 (file)
@@ -772,43 +772,43 @@ private:
 
 
 /**
- * The @c double buffer type.
+ * The @c double buffer type
  * @since 2.0
  */
 typedef Buffer <double> DoubleBuffer;
 
 /**
-* The @c float buffer type.
+* The @c float buffer type
 * @since 2.0
 */
 typedef Buffer <float> FloatBuffer;
 
 /**
-* The @c int buffer type.
+* The @c int buffer type
 * @since 2.0
 */
 typedef Buffer <int> IntBuffer;
 
 /**
-* The @c long buffer type.
+* The @c long buffer type
 * @since 2.0
 */
 typedef Buffer <long> LongBuffer;
 
 /**
-* The @c long @c long buffer type.
+* The @c long @c long buffer type
 * @since 2.0
 */
 typedef Buffer <long long> LongLongBuffer;
 
 /**
-* The @c wchar_t buffer type.
+* The @c wchar_t buffer type
 * @since 2.0
 */
 typedef Buffer <wchar_t> WcharBuffer;
 
 /**
-* The @c short buffer type.
+* The @c short buffer type
 * @since 2.0
 */
 typedef Buffer <short> ShortBuffer;