# HG changeset patch
# User naoto
# Date 1493224643 25200
# Node ID c1b0ca015127d158786029be939465cd140b0b4c
# Parent b5588afdf98dcb8c71f6deea8320785d18d7bc77
8178412: Doc link updates for i18n
Reviewed-by: ksrini
diff -r b5588afdf98d -r c1b0ca015127 jdk/src/java.desktop/share/classes/java/awt/im/package-info.java
--- a/jdk/src/java.desktop/share/classes/java/awt/im/package-info.java Wed Apr 26 14:35:05 2017 +0200
+++ b/jdk/src/java.desktop/share/classes/java/awt/im/package-info.java Wed Apr 26 09:37:23 2017 -0700
@@ -33,23 +33,9 @@
* supports input methods for other languages and the use of entirely different
* input mechanisms, such as handwriting or speech recognition.
*
- *
Package Specification
- *
- *
* Related Documentation
* For overviews, tutorials, examples, guides, and tool documentation, please
- * see:
- *
+ * see {@extLink imf_overview Input Method Framework Overview}.
*
* @since 1.2
*/
diff -r b5588afdf98d -r c1b0ca015127 jdk/src/java.desktop/share/classes/java/awt/im/spi/package-info.java
--- a/jdk/src/java.desktop/share/classes/java/awt/im/spi/package-info.java Wed Apr 26 14:35:05 2017 +0200
+++ b/jdk/src/java.desktop/share/classes/java/awt/im/spi/package-info.java Wed Apr 26 09:37:23 2017 -0700
@@ -33,14 +33,6 @@
* languages and the use of entirely different input mechanisms, such as
* handwriting recognition.
*
- * Package Specification
- *
- *
* Packaging Input Methods
* Input methods can be made available by adding them to the application's class
* path. The main JAR file of an input method must contain the file:
@@ -88,13 +80,7 @@
*
* Related Documentation
* For overviews, tutorials, examples, guides, and tool documentation, please
- * see:
- *
+ * see {@extLink imf_overview Input Method Framework Overview}.
*
* @since 1.3
*/
diff -r b5588afdf98d -r c1b0ca015127 jdk/src/java.desktop/share/classes/javax/swing/colorchooser/package-info.java
--- a/jdk/src/java.desktop/share/classes/javax/swing/colorchooser/package-info.java Wed Apr 26 14:35:05 2017 +0200
+++ b/jdk/src/java.desktop/share/classes/javax/swing/colorchooser/package-info.java Wed Apr 26 09:37:23 2017 -0700
@@ -42,10 +42,8 @@
* How to Use Color Choosers,
* a section in The Java Tutorial
- * Internationalization Documentation
- * Input Method Framework Documentation
+ * {@extLink i18n_overview Internationalization Overview}
+ * {@extLink imf_overview Input Method Framework Overview}
*
*
* @since 1.2
diff -r b5588afdf98d -r c1b0ca015127 jdk/src/java.desktop/share/classes/javax/swing/text/JTextComponent.java
--- a/jdk/src/java.desktop/share/classes/javax/swing/text/JTextComponent.java Wed Apr 26 14:35:05 2017 +0200
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/JTextComponent.java Wed Apr 26 09:37:23 2017 -0700
@@ -135,7 +135,7 @@
* the action (In the case that the ActionEvent
* sent to the action doesn't contain the target text component as its source).
*
- * The input method framework
+ * The {@extLink imf_overview Input Method Framework}
* lets text components interact with input methods, separate software
* components that preprocess events to let users enter thousands of
* different characters using keyboards with far fewer keys.