Re: Please review: JDK-8178725: provide way to link to external documentation

2017-04-18 Thread Jonathan Gibbons
The use of double quotes in the example might lead one to incorrectly believe that they are required. The example should work without the quotes: 43 /** 44 * An inline tag to conveniently insert an external link. 45 * The tag can be used as follows: 46 * {@extLink name description},

Re: Please review: JDK-8178725: provide way to link to external documentation

2017-04-18 Thread Kumar Srinivasan
Thanks Erik, yes will wait for Magnus' and Jon's comments. Kumar The build change looks ok to me, but Magnus should definitely look at this since he is so heavily involved in the Javadoc build right now. /Erik On 2017-04-18 19:44, Kumar Srinivasan wrote: Hello, As explained in the JBS is

Re: Please review: JDK-8178725: provide way to link to external documentation

2017-04-18 Thread Erik Joelsson
The build change looks ok to me, but Magnus should definitely look at this since he is so heavily involved in the Javadoc build right now. /Erik On 2017-04-18 19:44, Kumar Srinivasan wrote: Hello, As explained in the JBS issue [1], this new taglet enables API documents to contain the extLink

Please review: JDK-8178725: provide way to link to external documentation

2017-04-18 Thread Kumar Srinivasan
Hello, As explained in the JBS issue [1], this new taglet enables API documents to contain the extLink tag to link external sources. Please review the webrev [2]. Thanks Kumar [1] https://bugs.openjdk.java.net/browse/JDK-8178725 [2] http://cr.openjdk.java.net/~ksrini/8178725/webrev.00/