commit | d80824b57d64be02ca2f50660ae170680d2d9613 | [log] [tgz] |
---|---|---|
author | Andrew Solovay <asolovay@google.com> | Mon Oct 10 16:55:46 2022 -0700 |
committer | Andrew Solovay <asolovay@google.com> | Mon Oct 10 16:55:46 2022 -0700 |
tree | bd159bccda8bc330ebd45a13286b80aa9a794ae2 | |
parent | 5861e70b5d5301b2bec01736d253957fa1c36bef [diff] |
docs: Fixing badly-formatted doc comment The Javadoc specification doesn't actually define a {@more} tag. The Java-reference engine interpreted it as a paragraph break, but the Kotlin doc engine (more properly) passed the tag through verbatim. Replaced it with a <p> to make it a paragraph break in both languages. Bug: 247563816 Test: (docs build) Change-Id: Ib7bb4c2628141b7479c338f1d3fb28da503b847f