Skip to content

Commit

Permalink
Prevent lint warning for file header comments
Browse files Browse the repository at this point in the history
java:1: warning: [dangling-doc-comments] documentation comment is not attached to any declaration
  • Loading branch information
dpilafian committed Dec 1, 2024
1 parent 95053c0 commit 5d16560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
destdir="${JavaClasses}"
debug="on"
includeAntRuntime="false">
<compilerarg value="-Xlint:all,-serial,-this-escape" />
<compilerarg value="-Xlint:all,-serial,-dangling-doc-comments,-this-escape" />
<!--
TODO: Remove -this-escape ignore
Expand Down

0 comments on commit 5d16560

Please sign in to comment.