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

Commit 2745c956 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Update android/input.h docs

Fix doc generation error

Bug: 183013620
Test: ./_scripts/update_api_doc.py ~/android/master/ 2>&1 >/dev/null | grep -i input

Before:
android/input.h:680: warning: unable to resolve link to `RELATIVE_X' for \link command
After:
the line above is not present

Change-Id: I995ac91d8bfd53309607e3cdac305adb68d40d78
parent f0ca8651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -678,7 +678,7 @@ enum {
    /**
     * Axis constant: The movement of y position of a motion event.
     *
     * Same as {@link RELATIVE_X}, but for y position.
     * Same as {@link AMOTION_EVENT_AXIS_RELATIVE_X}, but for y position.
     */
    AMOTION_EVENT_AXIS_RELATIVE_Y = 28,
    /**