Skip to content

Commit 3df98a9

Browse files
committed
Exclude internal classes from public javadocs.
DEVSIX-3325
1 parent 5377cdf commit 3df98a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
<artifactId>maven-javadoc-plugin</artifactId>
111111
<version>${javadoc.version}</version>
112112
<configuration>
113+
<sourceFileExcludes>
114+
<sourceFileExclude>com/itextpdf/html2pdf/attach/impl/layout/BodyHtmlStylesContainer.java</sourceFileExclude>
115+
116+
<!-- ProductInfo -->
117+
<sourceFileExclude>**/Html2PdfProductInfo.java</sourceFileExclude>
118+
</sourceFileExcludes>
113119
<groups>
114120
<group>
115121
<title>pdfHTML</title>

0 commit comments

Comments
 (0)