Minor fix to comment style.

Use a separate block for HVAC properties comments since we will use
the first line as description for the property and hvac fan speed
description will not be correct.

Test: None
Bug: 288331747
Change-Id: Ie6518dec394a3d9c90bd2cb5b38939a2cdd7cccf
This commit is contained in:
Yu Shan 2023-06-30 15:46:06 -07:00
parent 4ea2dbc27b
commit 52c0a3dd9d

View file

@ -696,8 +696,9 @@ enum VehicleProperty {
* and passenger side, an alternative mapping would be: * and passenger side, an alternative mapping would be:
* - ROW_1_LEFT * - ROW_1_LEFT
* - ROW_1_RIGHT * - ROW_1_RIGHT
* */
*
/**
* Fan speed setting * Fan speed setting
* *
* The maxInt32Value and minInt32Value in VehicleAreaConfig must be defined. * The maxInt32Value and minInt32Value in VehicleAreaConfig must be defined.