Make javadoc valid html5
As of JDK-8247957, doclint no longer supports html4.
Follow-up to 3e819d082a
PiperOrigin-RevId: 414999870
This commit is contained in:
parent
174120a7cf
commit
712bbf580f
@ -41,7 +41,7 @@ import java.lang.annotation.Target;
|
||||
* work during upgrades. However it is generally inadvisable for libraries (which get included on
|
||||
* users' CLASSPATHs, outside the library developers' control) to do so.
|
||||
*
|
||||
* <h3>Opting in to use unstable APIs</h3>
|
||||
* <h2>Opting in to use unstable APIs</h2>
|
||||
*
|
||||
* <p>By default usages of APIs annotated with this annotation generate lint errors in Gradle and
|
||||
* Android Studio, in order to alert developers to the risk of breaking changes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user