+1
Mandy
On 12/4/17 6:45 AM, Alan Bateman wrote:
I'd like to add a search term to the javadoc search to make it easy to
find the Resolution spec. Attached is the proposed patch. In terms we
will need to do the same for service binding.
-Alan
$ hg diff src/java.base/share/classes/java/lang/module/package-info.java
diff -r 0b42613e35bf
src/java.base/share/classes/java/lang/module/package-info.java
--- a/src/java.base/share/classes/java/lang/module/package-info.java
Mon Dec 04 13:24:00 2017 +0530
+++ b/src/java.base/share/classes/java/lang/module/package-info.java
Mon Dec 04 14:32:53 2017 +0000
@@ -34,7 +34,7 @@
* will cause a {@code NullPointerException}, unless otherwise
specified. </p>
*
*
- * <h1><a id="resolution">Resolution</a></h1>
+ * <h1><a id="resolution">{@index "Resolution"}</a></h1>
*
* <p> Resolution is the process of computing how modules depend on
each other.
* The process occurs at compile time and run time. </p>