Skip to content

Commit 930d774

Browse files
committed
Update autoported files
ec22336fc0a94041fa08d84dbad1fb24866babf9
1 parent df70f34 commit 930d774

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

itext/itext.html2pdf/itext/html2pdf/attach/impl/LinkContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace iText.Html2pdf.Attach.Impl {
5252
/// Doing so enables us to drastically trim the amount of PdfDestinations that will end up being included in the document.
5353
/// For performance reasons it was decided to scan the DOM tree only once and store the result in a separate object
5454
/// (this object) in the ProcessorContext.
55-
/// <p>
55+
/// <para />
5656
/// This class is not reusable and a new instance shall be created for every new conversion process.
5757
/// </remarks>
5858
public class LinkContext {

itext/itext.html2pdf/itext/html2pdf/attach/impl/OutlineHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace iText.Html2pdf.Attach.Impl {
5757
/// A
5858
/// <see cref="OutlineHandler"/>
5959
/// handles creating outlines for tags.
60-
/// <p>
60+
/// <para />
6161
/// This class is not reusable and a new instance shall be created for every new conversion process.
6262
/// </summary>
6363
public class OutlineHandler {

itext/itext.html2pdf/itext/html2pdf/attach/impl/tags/PTagWorker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace iText.Html2pdf.Attach.Impl.Tags {
5353
/// TagWorker class for the
5454
/// <c>p</c>
5555
/// element.
56-
/// <p>
56+
/// <para />
5757
/// This is how this worker processes the &lt;p&gt; tag:
5858
/// <ul>
5959
/// <li> if the worker meets a text or an inline element, it processes them with a help of

itext/itext.html2pdf/itext/html2pdf/resolver/resource/HtmlResourceResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class HtmlResourceResolver : ResourceResolver {
7272
/// is a string that represents an absolute URI with any schema
7373
/// except "file" - resources url values will be resolved exactly as "new URL(baseUrl, uriString)". Otherwise base URI
7474
/// will be handled as path in local file system.
75-
/// <p>
75+
/// <para />
7676
/// If empty string or relative URI string is passed as base URI, then it will be resolved against current working
7777
/// directory of this application instance.
7878
/// </summary>

0 commit comments

Comments
 (0)