mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 576957 - Incorrect javadoc links in doc.isv bundle
Since fd9382d
CDT has required Java 11, this change fixes the Javdoc
shipped as part of the doc.isv bundle to link to Java 11 classes
instead of Java 8 classes.
Fixes the following warning seen during the build: "javadoc: warning
The code being documented uses modules but the packages defined in
https://docs.oracle.com/javase/8/docs/api/ are in the unnamed
module."
Signed-off-by: Mat Booth <mat.booth@gmail.com>
Change-Id: I1d02742222686e3284bcc200fd6a5b4c3099695b
This commit is contained in:
parent
126cf32803
commit
172d3a25dc
1 changed files with 2 additions and 2 deletions
|
@ -119,13 +119,13 @@
|
|||
<additionalArgument>-windowtitle "Eclipse CDT API Specification"</additionalArgument>
|
||||
<additionalArgument>-doctitle "Eclipse CDT API Specification"
|
||||
</additionalArgument>
|
||||
<additionalArgument>-link "https://docs.oracle.com/javase/8/docs/api/"</additionalArgument>
|
||||
<additionalArgument>-link "https://docs.oracle.com/en/java/javase/11/docs/api/"</additionalArgument>
|
||||
<additionalArgument>-linkoffline ../../org.eclipse.platform.doc.isv/reference/api
|
||||
</additionalArgument>
|
||||
<additionalArgument>-public</additionalArgument>
|
||||
<additionalArgument>-header "Eclipse CDT 10.5.0"
|
||||
</additionalArgument>
|
||||
<additionalArgument>-bottom "Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved."</additionalArgument>
|
||||
<additionalArgument>-bottom "Copyright (c) IBM Corp. and others 2004, 2021. All Rights Reserved."</additionalArgument>
|
||||
<additionalArgument>-tag 'noimplement:a:Restriction:'</additionalArgument>
|
||||
<additionalArgument>-tag 'noextend:a:Restriction:'</additionalArgument>
|
||||
<additionalArgument>-tag 'noreference:a:Restriction:'</additionalArgument>
|
||||
|
|
Loading…
Add table
Reference in a new issue