Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
As per https://www.w3.org/TR/html401/struct/text.html#edef-P p tag can
not contain other nested block-level elements (like pre used here).

Error is visible at
https://download.eclipse.org/eclipse/downloads/drops4/I20231213-1800/compilelogs/platform.doc.isv.javadoc.txt
and has been broken by change in
eclipse-platform#1362
  • Loading branch information
akurtakov authored and amartya4256 committed Feb 8, 2024
1 parent 519c104 commit 2ee6d79
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* event.<br>
* Such an event-handler is always executed and cannot be disabled via a
* preferences.
* <p>
* </p>
* For example a class
*
* <pre>
Expand All @@ -56,6 +56,7 @@
* }
* </pre>
*
* <p>
* Processing of OSGi declarative services annotations has to be enabled for the
* containing Plug-in and it has to import the package
* {@code org.osgi.service.event} and
Expand Down

0 comments on commit 2ee6d79

Please sign in to comment.