Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9ec3fe7

Browse files
committed
widgetutils: Correct function param names in documentation comments
Make sure that the parameter names used in doc comments match those used in handler prototypes.
1 parent 10ae260 commit 9ec3fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/modules/widget-utils/widget-utils.lcb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ end handler
104104
Summary: Formats an integer as a string
105105

106106
Parameters:
107-
pInteger: The integer to format
107+
pNumber: The integer to format
108108

109109
Example:
110110
log 5 formatted as string -- logs 5.000000
@@ -218,7 +218,7 @@ end handler
218218
Summary: Converts a string to a color
219219

220220
Parameters:
221-
pColor: A comma delimited string representing a color in RGB / RGBA format
221+
pString: A comma delimited string representing a color in RGB / RGBA format
222222

223223
Example:
224224
property widgetColor get getColor set setColor

0 commit comments

Comments
 (0)