Comment fix

ugfx_release_2.6
Joel Bodenmann 2015-11-06 22:53:07 +01:00
parent 98f3609470
commit e4c207b706
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ void gwinLabelSetJustification(GHandle gh, justify_t justify);
/** /**
* @brief Border settings for the default rendering routine * @brief Border settings for the default rendering routine
* *
* @param[in] gh The widget handle (must be a list handle) * @param[in] gh The widget handle (must be a label handle)
* @param[in] border Shall a border be rendered? * @param[in] border Shall a border be rendered?
* *
* @api * @api