diff options
author | Andrew Solovay <asolovay@google.com> | 2020-05-18 16:07:57 -0700 |
---|---|---|
committer | Andrew Solovay <asolovay@google.com> | 2020-05-20 00:13:07 +0000 |
commit | b9001d1b8a09e96eb109238a93ed206509edbe2f (patch) | |
tree | 90a0f4214a3986f4d0c69a92f0d268f2deeab723 /graphics/java/android | |
parent | b1bd1279bd72b46210e932ee2eec2c10fbf0e6c3 (diff) |
docs: Removing spurious heading from Javadoc comment
There's an H3 at the top of the PorterDuff.Mode javadoc comment,
and that breaks the TOC in various ways. We don't need that
heading so I'm removing it.
Test: make ds-docs-java
Exempt-from-owner-approval: Docs-only change
Change-Id: I6d5f98b5103a77a7d0245a438b6961c4a21fb059
Bug: 311897143
Diffstat (limited to 'graphics/java/android')
-rw-r--r-- | graphics/java/android/graphics/PorterDuff.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/java/android/graphics/PorterDuff.java b/graphics/java/android/graphics/PorterDuff.java index 1275cb9ca4f9..eb940e2f9017 100644 --- a/graphics/java/android/graphics/PorterDuff.java +++ b/graphics/java/android/graphics/PorterDuff.java @@ -30,8 +30,6 @@ public class PorterDuff { /** * {@usesMathJax} * - * <h3>Porter-Duff</h3> - * * <p>The name of the parent class is an homage to the work of Thomas Porter and * Tom Duff, presented in their seminal 1984 paper titled "Compositing Digital Images". * In this paper, the authors describe 12 compositing operators that govern how to |