Skip to content

Commit 471065c

Browse files
committed
GH-748 - Loosen Javadoc generation to allow custom tags.
1 parent cd0b5cf commit 471065c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ limitations under the License.
447447
<artifactId>maven-javadoc-plugin</artifactId>
448448
<version>3.8.0</version>
449449
<configuration>
450-
<doclint>accessibility,html,reference,syntax</doclint>
450+
<doclint>accessibility,html,reference</doclint>
451451
<show>package</show>
452452
<quiet>true</quiet>
453453
<links>

0 commit comments

Comments
 (0)