File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
itext/itext.html2pdf/itext/html2pdf Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 <p> tag:
5858 /// <ul>
5959 /// <li> if the worker meets a text or an inline element, it processes them with a help of
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments