Fixed @param argument documentation

This commit is contained in:
jonnieZG 2019-06-12 22:11:21 +02:00
parent 022e8920cc
commit 098fa70aae

View File

@ -1484,7 +1484,8 @@ void Adafruit_GFX_Button::initButton(
@param fill Color of the button fill (16-bit 5-6-5 standard) @param fill Color of the button fill (16-bit 5-6-5 standard)
@param textcolor Color of the button label (16-bit 5-6-5 standard) @param textcolor Color of the button label (16-bit 5-6-5 standard)
@param label Ascii string of the text inside the button @param label Ascii string of the text inside the button
@param textsize The font magnification of the label text @param textsize_x The font magnification in X-axis of the label text
@param textsize_y The font magnification in Y-axis of the label text
*/ */
/**************************************************************************/ /**************************************************************************/
// Classic initButton() function: pass center & size // Classic initButton() function: pass center & size
@ -1533,7 +1534,8 @@ void Adafruit_GFX_Button::initButtonUL(
@param fill Color of the button fill (16-bit 5-6-5 standard) @param fill Color of the button fill (16-bit 5-6-5 standard)
@param textcolor Color of the button label (16-bit 5-6-5 standard) @param textcolor Color of the button label (16-bit 5-6-5 standard)
@param label Ascii string of the text inside the button @param label Ascii string of the text inside the button
@param textsize The font magnification of the label text @param textsize_x The font magnification in X-axis of the label text
@param textsize_y The font magnification in Y-axis of the label text
*/ */
/**************************************************************************/ /**************************************************************************/
void Adafruit_GFX_Button::initButtonUL( void Adafruit_GFX_Button::initButtonUL(