Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-15 14:04:28 +0000
committerAlexander Kurtakov2019-02-15 14:04:28 +0000
commit07e8871767065e1065e6f55656417510b9dee5b3 (patch)
tree6abecba765799513f92ef02d0ac2fe9ba91be753
parentc025f632076eb09b1dcc7885f58e1b2aa729fdeb (diff)
downloadeclipse.platform.ua-07e8871767065e1065e6f55656417510b9dee5b3.tar.gz
eclipse.platform.ua-07e8871767065e1065e6f55656417510b9dee5b3.tar.xz
eclipse.platform.ua-07e8871767065e1065e6f55656417510b9dee5b3.zip
Bug 543933 - Build javadocs with Java 11I20190216-0600I20190215-1800
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I84f354e9ed83b59c13cb065545dc2c8393f099b6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetEvent.java8
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroContentProvider.java4
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroURL.java2
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java28
4 files changed, 18 insertions, 24 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetEvent.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetEvent.java
index 952249d9a..b7f4df239 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetEvent.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetEvent.java
@@ -13,17 +13,15 @@
*******************************************************************************/
package org.eclipse.ui.cheatsheets;
-import org.eclipse.ui.cheatsheets.ICheatSheetManager;
-
/**
* Event in the life cycle of a cheat sheet.
* <p>
- * Events over the life time of a running cheat sheet
- * follow this pattern:
+ * Events over the life time of a running cheat sheet follow this pattern:
+ * </p>
+ *
* <pre>
* opened { started | restored } { restarted | completed }* closed
* </pre>
- * </p>
*
* @see CheatSheetListener
* @since 3.0
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroContentProvider.java b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroContentProvider.java
index 629440640..7241f5710 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroContentProvider.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroContentProvider.java
@@ -24,7 +24,7 @@ import org.eclipse.ui.forms.widgets.FormToolkit;
* its contents dynamically at runtime. And so, the site can be informed of a
* need to redraw its content through a call to its reflow(..) method.
* <p>
- * The life cycle of an IIntroContentProvider is as follows:
+ * The life cycle of an IIntroContentProvider is as follows:</p>
* <ul>
* <li>a content provider is defined in the Intro content markup file (ie:
* introContent.xml file) as follows:
@@ -60,7 +60,7 @@ import org.eclipse.ui.forms.widgets.FormToolkit;
* refresh is needed, then reflow() should be called on the contentProviderSite
* when the appropriate event happens.
* <li>finally, when the intro view is closed, dispose will be called on the
- * content provider to give it a chance to dispose of any resources.</li>
+ * content provider to give it a chance to dispose of any resources.</li></ul>
*
* @since 3.0.1
*/
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroURL.java b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroURL.java
index a5701a780..21719770a 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroURL.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IIntroURL.java
@@ -23,11 +23,11 @@ package org.eclipse.ui.intro.config;
* An intro url instance is created by parsing the url and retrieving the
* embedded "command" and parametrs. For example, the following urls are valid
* intro urls:
+ * </p>
* <pre>
* http://org.eclipse.ui.intro/close
* http://org.eclipse.ui.intro/runAction?pluginId=x.y.z&amp;class=x.y.z.someClass
* </pre>
- * </p>
* <p>
* When parsed, the first url has "close" as a command, and no parameters. While
* the second "runAction" as a command and "pluginId" and "class" as parameters.
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java
index c3cbed24a..40e7b50d1 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java
@@ -63,32 +63,28 @@ import org.xml.sax.helpers.DefaultHandler;
* A content provider which allows a news reader to be included in dynamic intro content.
* <p>
* The id for the contentProvider tag must consist of the following attributes. Each of these attributes must be separated by '##'.
- * <ul>
- * <TABLE CELLPADDING=6 FRAME=BOX>
+ * <table style="border: 1px solid;">
*
* <THEAD>
* <TR> <TH>Attribute</TH> <TH>Description</TH> </TR>
* </THEAD>
*
* <TBODY>
- * <TR> <TD>url</TD> <TD>RSS news feed url</TD> </TR>
- * <TR> <TD>welcome_items</TD> <TD>Number of news feed to be displayed</TD> </TR>
- * <TR> <TD>no_news_url</TD> <TD>Alternative url for news feed</TD> </TR>
- * <TR> <TD>no_news_text</TD> <TD>Text for the alternative url</TD> </TR>
+ * <TR> <TD style="padding-left: 15px;">url</TD> <TD style="padding-left: 15px;">RSS news feed url</TD> </TR>
+ * <TR> <TD style="padding-left: 15px;">welcome_items</TD> <TD style="padding-left: 15px;">Number of news feed to be displayed</TD> </TR>
+ * <TR> <TD style="padding-left: 15px;">no_news_url</TD> <TD style="padding-left: 15px;">Alternative url for news feed</TD> </TR>
+ * <TR> <TD style="padding-left: 15px;">no_news_text</TD> <TD style="padding-left: 15px;">Text for the alternative url</TD> </TR>
* </TBODY>
*
- * </TABLE>
- * </ul>
+ * </table>
* For example:
- * <p>
- * &lt;contentProvider <br>
- * <ul>
- * id=&quot;url=http://www.eclipse.org/home/eclipsenews.rss##welcome_items=5##no_news_url=http://www.eclipse.org/community/##no_news_text=Welcome to the Eclipse Community Page&quot; <br>
- * pluginId=&quot;org.eclipse.ui.intro&quot; <br>
- * class=&quot;org.eclipse.ui.intro.contentproviders.EclipseRSSViewer&quot;&gt; <br>
- * </ul>
+ * <pre><code>
+ * &lt;contentProvider
+ * id=&quot;url=http://www.eclipse.org/home/eclipsenews.rss##welcome_items=5##no_news_url=http://www.eclipse.org/community/##no_news_text=Welcome to the Eclipse Community Page&quot;
+ * pluginId=&quot;org.eclipse.ui.intro&quot;
+ * class=&quot;org.eclipse.ui.intro.contentproviders.EclipseRSSViewer&quot;&gt;
* &lt;/contentProvider&gt;
- * </p>
+ * </code></pre>
*
* @since 3.4
*/

Back to the top