Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-14 21:09:58 +0000
committerAlexander Kurtakov2019-02-14 21:57:20 +0000
commit2936a95c7b1920862b7355b138dc9cf4cfa5725a (patch)
treeb4ac04beca2915afe7bde41faff53febcf78fae1 /org.eclipse.ui.editors/src
parentc40e4685598064f2be87b659f2c60e094d63ca07 (diff)
downloadeclipse.platform.text-2936a95c7b1920862b7355b138dc9cf4cfa5725a.tar.gz
eclipse.platform.text-2936a95c7b1920862b7355b138dc9cf4cfa5725a.tar.xz
eclipse.platform.text-2936a95c7b1920862b7355b138dc9cf4cfa5725a.zip
Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800
Fix warnings catched by java 11 javadoc. (take 3) Change-Id: I6e7fd7d2f60b67dfdfe31e89d80c871cfd6c443f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.ui.editors/src')
-rw-r--r--org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/package.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/package.html b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/package.html
index b5d87c80d63..ba11f535417 100644
--- a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/package.html
+++ b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/package.html
@@ -14,9 +14,9 @@ with the Eclipse text editor template support.
<h2>Templates</h2>
<h3>Packages</h3>
<ul>
- <li><tt><big><strong>org.eclipse.jface.text.templates</strong></big></tt></li>
- <li><tt><big><strong>org.eclipse.ui.workbench.texteditor.templates</strong></big></tt></li>
- <li><tt><big><strong>org.eclipse.ui.editors.templates</strong></big></tt></li>
+ <li><code>org.eclipse.jface.text.templates</code></li>
+ <li><code>org.eclipse.ui.workbench.texteditor.templates</code></li>
+ <li><code>org.eclipse.ui.editors.templates</code></li>
</ul>
<h3>Introduction</h3>
Templates are shortcuts for frequently used fragments of text such as
@@ -69,8 +69,6 @@ extension point.</li>
<li><tt>TemplatePreferencePage</tt> allows
the user to access the templates within a <tt>TemplateStore.</tt></li>
</ul>
-<ul>
-</ul>
<h4>Example</h4>
See the Template Editor Example in the <strong>org.eclipse.ui.examples.javaeditor</strong> project.<br>
</body>

Back to the top