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
This commit is contained in:
@@ -66,9 +66,9 @@ import java.util.Objects;
|
||||
|
||||
/**
|
||||
* Class to notify the user of events that happen. This is how you tell
|
||||
* the user that something has happened in the background. {@more}
|
||||
* the user that something has happened in the background.
|
||||
*
|
||||
* Notifications can take different forms:
|
||||
* <p>Notifications can take different forms:
|
||||
* <ul>
|
||||
* <li>A persistent icon that goes in the status bar and is accessible
|
||||
* through the launcher, (when the user selects it, a designated Intent
|
||||
|
||||
Reference in New Issue
Block a user