diff options
author | 2024-10-07 17:08:18 +0100 | |
---|---|---|
committer | 2024-10-07 17:08:18 +0100 | |
commit | 24e7ea358fb984bd9d8d60991e483f97a33907d6 (patch) | |
tree | 3b34c04690aa97ec5921eabe652099f6ff5a4da0 /tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java | |
parent | 95b75a128b8e29eb3d22f6fc672c713bdf1f4c38 (diff) | |
download | latinime-24e7ea358fb984bd9d8d60991e483f97a33907d6.tar.gz latinime-24e7ea358fb984bd9d8d60991e483f97a33907d6.tar.xz latinime-24e7ea358fb984bd9d8d60991e483f97a33907d6.zip |
Fully qualify @attr reference to android.R field
Currently, Metalava has some special handling of '@attr ref R.<field>`
references to make sure that they are fully qualified, i.e.
`@attr ref android.R.<field>`. That special handling complicates
Metalava and is blocking some flagged API work so will be removed.
Before that can be done, the existing incorrect documentation needs to
be cleaned up.
This change cleans up those cases in this repo.
Bug: 371997321
Test: Run `m offline-sdk-docs` before and after to make sure that
there are no differences.
Flag: DOCS_ONLY
Change-Id: Ic3d959fd8e95ac4524be5feb93feae3a08389370
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions