We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5377cdf commit 3df98a9Copy full SHA for 3df98a9
pom.xml
@@ -110,6 +110,12 @@
110
<artifactId>maven-javadoc-plugin</artifactId>
111
<version>${javadoc.version}</version>
112
<configuration>
113
+ <sourceFileExcludes>
114
+ <sourceFileExclude>com/itextpdf/html2pdf/attach/impl/layout/BodyHtmlStylesContainer.java</sourceFileExclude>
115
+
116
+ <!-- ProductInfo -->
117
+ <sourceFileExclude>**/Html2PdfProductInfo.java</sourceFileExclude>
118
+ </sourceFileExcludes>
119
<groups>
120
<group>
121
<title>pdfHTML</title>
0 commit comments