Review feedback - capitilise argument descriptions

pull/13965/head
adbridge 2020-12-09 16:03:23 +00:00
parent 8a5671b1f5
commit 8ab6290f23
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ public:
/** Configure the delay of an event /** Configure the delay of an event
* *
* @param d delay (in milliseconds) before dispatching the event, expressed as a Chrono duration. * @param d Delay (in milliseconds) before dispatching the event, expressed as a Chrono duration.
* E.g. delay(50ms) * E.g. delay(50ms)
*/ */
void delay(duration d) void delay(duration d)
@ -139,7 +139,7 @@ public:
/** Configure the period of an event /** Configure the period of an event
* *
* @param p period (in milliseconds) for repeatedly dispatching an event, expressed as a Chrono duration. * @param p Period (in milliseconds) for repeatedly dispatching an event, expressed as a Chrono duration.
* E.g. period(200ms) * E.g. period(200ms)
*/ */
void period(duration p) void period(duration p)