eina_bezier: correct since version for two new APIs.
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 6 Jan 2016 14:31:48 +0000 (15:31 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 6 Jan 2016 14:31:48 +0000 (15:31 +0100)
These are only available from 1.17 and not already from 1.16.

src/lib/eina/eina_bezier.h

index 7fd0a79..e8d1a7b 100644 (file)
@@ -153,7 +153,7 @@ EAPI void eina_bezier_split_at_length(const Eina_Bezier *b, double len, Eina_Bez
  * @param h height of bounding box.
  *
  * @p b. No check is done on @p b.
- * @since 1.16
+ * @since 1.17
  */
 EAPI void eina_bezier_bounds_get(const Eina_Bezier *b, double *x, double *y, double *w, double *h) EINA_ARG_NONNULL(1);
 
@@ -166,7 +166,7 @@ EAPI void eina_bezier_bounds_get(const Eina_Bezier *b, double *x, double *y, dou
  * @param result The result bezier.
  *
  * @p b. No check is done on @p b.
- * @since 1.16
+ * @since 1.17
  */
 EAPI void eina_bezier_on_interval(Eina_Bezier *b, double t0, double t1, Eina_Bezier *result);