docs: updated @param tags, added missing function descriptions, other minor changes

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2017-04-10 16:59:39 -07:00
parent 39df7fd10f
commit 3aef2ea70e
94 changed files with 327 additions and 222 deletions

View File

@ -291,7 +291,7 @@ namespace upm {
* Set the Phase Loss Voltage Threshold. See the datasheet for
* details. This method will throw on error.
*
* @param dispUnits A floating point value between 1.0-99.0
* @param phaseLoss A floating point value between 1.0-99.0
*/
void writePhaseLossVT(float phaseLoss);
@ -299,7 +299,7 @@ namespace upm {
* Set the Phase Loss Imbalance Threshold. See the datasheet for
* details. This method will throw on error.
*
* @param dispUnits A floating point value between 1.0-99.0
* @param phaseLoss A floating point value between 1.0-99.0
*/
void writePhaseLossIT(float phaseLoss);