Updated javadoc

This commit is contained in:
Amith Koujalgi
2024-10-30 00:28:53 +05:30
parent bd1a57c7e0
commit b93fc7623a
2 changed files with 119 additions and 130 deletions

View File

@@ -63,6 +63,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<!-- to disable the "missing" warnings. Remove the doclint to enable warnings-->
<doclint>all,-missing</doclint>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>