mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
Fix some dosctrings errors and trailing whitespaces
Signed-off-by: Kirill Luchikhin <kirill.luchikhin@intel.com>
This commit is contained in:
@ -163,8 +163,10 @@ class GFX {
|
||||
/**
|
||||
* Draw a circle
|
||||
*
|
||||
* @param x center of circule on X scale
|
||||
* @param y center of circule on Y scale
|
||||
* @param x center of circle on X scale
|
||||
* @param y center of circle on Y scale
|
||||
* @param r radius of circle
|
||||
* @param color color of circle
|
||||
*/
|
||||
void drawCircle (int16_t x, int16_t y, int16_t r, uint16_t color);
|
||||
|
||||
|
@ -552,7 +552,7 @@ class ST7735 : public GFX {
|
||||
/**
|
||||
* Execute set of commands and data
|
||||
*
|
||||
* @param *addr pointer to start of the commands/data section
|
||||
* @param addr pointer to start of the commands/data section
|
||||
*/
|
||||
void executeCMDList (const uint8_t *addr);
|
||||
|
||||
|
Reference in New Issue
Block a user