summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2023-10-03 14:49:39 +0000
committerAnton Hansson <hansson@google.com>2023-10-03 14:49:39 +0000
commit8d1f15bbba58a7c63520bf6e56991a8510e469ee (patch)
treec69f812e4ef33fe2acde0c6b358062e47c877b60
parent4948cfd5f0da476eb2e6d861789d67a25de8b48b (diff)
downloadbase-8d1f15bbba58a7c63520bf6e56991a8510e469ee.tar.gz
Fix broken @see/@link references in textclassifier
IntDefs are not present in the generated documentation, so can not be referenced in other documentation. Bug: 303184203 Test: m docs Change-Id: If735b8a133529af95ff950e250948e0526fcbbdc
-rw-r--r--core/java/android/view/textclassifier/TextClassifierEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/textclassifier/TextClassifierEvent.java b/core/java/android/view/textclassifier/TextClassifierEvent.java
index 195565c5bc09..33db6715c327 100644
--- a/core/java/android/view/textclassifier/TextClassifierEvent.java
+++ b/core/java/android/view/textclassifier/TextClassifierEvent.java
@@ -551,8 +551,8 @@ public abstract class TextClassifierEvent implements Parcelable {
* Sets the entity types. e.g. {@link TextClassifier#TYPE_ADDRESS}.
* <p>
* Supported types:
- * <p>See {@link TextClassifier.EntityType}
- * <p>See {@link ConversationAction.ActionType}
+ * <p>See {@link TextClassifier} types
+ * <p>See {@link ConversationAction} types
* <p>See {@link ULocale#toLanguageTag()}
*/
@NonNull