commit | 282c22d8e5531169f7a0f8e66b3106ade33fdd7f | [log] [tgz] |
---|---|---|
author | Jeff Tinker <jtinker@google.com> | Thu Nov 08 17:03:11 2018 -0800 |
committer | Jeff Tinker <jtinker@google.com> | Tue Nov 13 22:21:31 2018 +0000 |
tree | 5ff54bb106cf1c18102fb4d24512a6144134fd8d | |
parent | d402828debab5c97899591969844e5f77c078b60 [diff] |
Remove redundant return @IntDef values These were causing docs to be generated where the possible values were printed twice. For example: Returns one of HDCP_LEVEL_UNKNOWN, HDCP_NONE, HDCP_V1, HDCP_V2, HDCP_V2_1, HDCP_V2_2 or HDCP_NO_DIGITAL_OUTPUT. Value is HDCP_LEVEL_UNKNOWN, HDCP_NONE, HDCP_V1, HDCP_V2, HDCP_V2_1, HDCP_V2_2, or HDCP_NO_DIGITAL_OUTPUT bug:119280443 Change-Id: I6e8ca3427964b32d6b75aab9fc55239075d13134