From b9001d1b8a09e96eb109238a93ed206509edbe2f Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 18 May 2020 16:07:57 -0700 Subject: 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 --- graphics/java/android/graphics/PorterDuff.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphics') 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} * - *

Porter-Duff

- * *

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 -- cgit v1.2.3