eina_matrix: add missing "*" for doxygen
authorJee-Yong Um <conr2d@gmail.com>
Thu, 1 Sep 2016 11:04:48 +0000 (20:04 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Thu, 1 Sep 2016 11:05:23 +0000 (20:05 +0900)
Summary:
"/**" requires for doxygen, but one "*" is omitted for the reference
of eina_matrix3_multiply().

Reviewers: Hermet

Reviewed By: Hermet

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4266

src/lib/eina/eina_matrix.h

index 14dcd8e..338dd7e 100644 (file)
@@ -692,7 +692,7 @@ EAPI void eina_matrix3_array_set(Eina_Matrix3 *m, const double *v);
  */
 EAPI void eina_matrix3_copy(Eina_Matrix3 *dst, const Eina_Matrix3 *src);
 
-/*
+/**
  * @brief Multiply two matrix
  *
  * @param out The resulting matrix