drivers: pwm: fix doxygen docs
When referencing parameters, use @p and not @param. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9d4d415c21
commit
3e4cd1853e
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ __subsystem struct pwm_driver_api {
|
|||
/**
|
||||
* @brief Set the period and pulse width for a single PWM output.
|
||||
*
|
||||
* Passing 0 to the @param pulse will cause the pin to be driven to a constant
|
||||
* Passing 0 to the @p pulse will cause the pin to be driven to a constant
|
||||
* inactive level.
|
||||
* Passing a @param pulse equal @param period will cause the pin to be driven
|
||||
* Passing a @p pulse equal @p period will cause the pin to be driven
|
||||
* to a constant active level.
|
||||
*
|
||||
* @param dev Pointer to the device structure for the driver instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue