diff options
author | Adrian Roos <roosa@google.com> | 2018-03-27 16:36:25 +0200 |
---|---|---|
committer | Adrian Roos <roosa@google.com> | 2018-03-27 17:44:19 +0200 |
commit | 87526af33c9d49f7761c0b5bb1365584b67231ee (patch) | |
tree | 069da0c769a5a5be857fbc62b9a92504a28d92a8 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | c6d9f7ce1d6d152c55431e9ea95302a954bc49b9 (diff) |
DisplayCutout: Fix attrs.xml javadoc
Fixes an issue with the javadoc for windowLayoutInDisplayCutoutMode.
Removes @tags from enum javadocs, because they get merged into a table,
which does not support inner @tags. Instead, use <code> tags which work
in that context.
Also replaces @see tags with {@link} tags in the attr javadoc, because
the enum value table gets appended, but it is invalid to have text after
an @see tag.
Change-Id: Ib97e9aa82e173d99a467132a0d403793d7297e61
Fixes: 76448223
Test: make doc-comment-check-docs, verify output at $ANDROID_BUILD_TOP/out/target/common/docs/doc-comment-check/reference/android/R.attr.html#windowLayoutInDisplayCutoutMode
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions