-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Javadoc for generated gRPC classes has warnings and errors (#2139)
Motivation: Generated gRPC classes have javadoc with illegal HTML characters `<` and `>` and misses some `@param`. It causes build failures when project compiles with `-Xwerror` flag. Modifications: - Replace parametrized types with non-parametrized for javadoc `@link`; - Add missing `@param`; - Include generated classes into `testJavadoc` task for `servicetalk-grpc-protoc`; Result: Project generates javadoc successfully when run with `-Xwerror` flag.
- Loading branch information
1 parent
dd94aea
commit dbcbfd8
Showing
4 changed files
with
116 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.