summaryrefslogtreecommitdiff
path: root/src/include/eina_matrixsparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/eina_matrixsparse.h')
-rw-r--r--src/include/eina_matrixsparse.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/eina_matrixsparse.h b/src/include/eina_matrixsparse.h
index 8f8db4f..e7db606 100644
--- a/src/include/eina_matrixsparse.h
+++ b/src/include/eina_matrixsparse.h
@@ -317,8 +317,10 @@ EAPI Eina_Bool eina_matrixsparse_column_idx_clear(Eina_Matrixsparse *m, unsigned
*
* @warning cells, rows or columns are not reference counted and thus
* after this call any reference might be invalid if instance were
- * freed. Note that this call might delete container column and
- * row if this cell was the last remainder.
+ * freed.
+ *
+ * @note This call might delete container column and row if this cell was the
+ * last remainder.
*/
EAPI Eina_Bool eina_matrixsparse_cell_idx_clear(Eina_Matrixsparse *m, unsigned long row, unsigned long col);
@@ -331,8 +333,10 @@ EAPI Eina_Bool eina_matrixsparse_cell_idx_clear(Eina_Matrixsparse *m, unsigned l
*
* @warning cells, rows or columns are not reference counted and thus
* after this call any reference might be invalid if instance were
- * freed. Note that this call might delete container column and
- * row if this cell was the last remainder.
+ * freed.
+ *
+ * @note This call might delete container column and row if this cell was the
+ * last remainder.
*/
EAPI Eina_Bool eina_matrixsparse_cell_clear(Eina_Matrixsparse_Cell *cell);