Skip to content

Commit

Permalink
Disable javadock lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Sep 7, 2024
1 parent da5ad96 commit 5b6a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
<overview>${project.basedir}/spring-ai-docs/src/main/javadoc/overview.html</overview>
<detectJavaApiLink>false</detectJavaApiLink>
<doclint>none</doclint>
<doclint>all,-missing</doclint>
<!-- <doclint>all,-missing</doclint> -->
<quiet>true</quiet>
</configuration>
<executions>
Expand Down

0 comments on commit 5b6a60d

Please sign in to comment.