Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbdc22e7 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Fix incorrect comments in types.hal

Bug: 123262389

Test: Builds
Change-Id: I56f60c5ac61be6fdd1f1c49f5a7d8ac0e41d2572
parent d9c767a4
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -297,7 +297,7 @@ enum FaceAcquiredInfo : int32_t {
     * capture plane is too high.
     * capture plane is too high.
     *
     *
     * The tilt angle is defined as the angle swept out by the user’s face looking up
     * The tilt angle is defined as the angle swept out by the user’s face looking up
     * and down. The pan angle would be zero if the user faced the camera directly.
     * and down. The tilt angle would be zero if the user faced the camera directly.
     *
     *
     * The user should be informed to look more directly at the camera.
     * The user should be informed to look more directly at the camera.
     */
     */
@@ -308,8 +308,8 @@ enum FaceAcquiredInfo : int32_t {
     * capture plane is too high.
     * capture plane is too high.
     *
     *
     * The roll angle is defined as the angle swept out by the user’s face tilting their head
     * The roll angle is defined as the angle swept out by the user’s face tilting their head
     * towards their shoulders to the left and right. The pan angle would be zero if the user
     * towards their shoulders to the left and right. The roll angle would be zero if the user's
     * faced the camera directly.
     * head is vertically aligned with the camera.
     *
     *
     * The user should be informed to look more directly at the camera.
     * The user should be informed to look more directly at the camera.
     */
     */