You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "atu-sharm (via GitHub)" <gi...@apache.org> on 2023/04/27 09:25:04 UTC

[GitHub] [kafka] atu-sharm commented on a diff in pull request #13633: KAFKA-14839: Exclude protected variable from JavaDocs

atu-sharm commented on code in PR #13633:
URL: https://github.com/apache/kafka/pull/13633#discussion_r1178869880


##########
build.gradle:
##########
@@ -2057,6 +2057,7 @@ project(':streams') {
   srcJar.dependsOn 'processMessages'
 
   javadoc {
+    options.memberLevel = JavadocMemberLevel.PUBLIC  // Document only public members/API

Review Comment:
   Yes, i agree @machi1990, @mjsax any thoughts?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org