1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

FIX margin get function documentation

This commit is contained in:
user-0 2019-03-24 00:07:16 +02:00
parent 81696b85d0
commit 36b47ba98d
2 changed files with 4 additions and 4 deletions

View File

@ -524,9 +524,9 @@ void lv_chart_refresh(lv_obj_t * chart)
}
/**
* Set the margin around the chart, used for axes value and labels
* Get the margin around the chart, used for axes value and labels
* @param chart pointer to an chart object
* @param return margin value of the margin
* @param return value of the margin
*/
uint16_t lv_chart_get_margin(lv_obj_t* chart)
{

View File

@ -293,9 +293,9 @@ static inline lv_style_t* lv_chart_get_style(const lv_obj_t *chart)
}
/**
* Set the margin around the chart, used for axes value and labels
* Get the margin around the chart, used for axes value and labels
* @param chart pointer to an chart object
* @param return margin value of the margin
* @param return value of the margin
*/
uint16_t lv_chart_get_margin(lv_obj_t* chart);