machi1990 commented on code in PR #13633:
URL: https://github.com/apache/kafka/pull/13633#discussion_r1178763287


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

Review Comment:
   @mjsax @atu-sharm  this is only applied to the streams project, and I am 
wondering if it should be a global config for all the projects e.g `clients` 
project: 
https://github.com/apache/kafka/blob/ca1bee3118dc790d122959faec2ca89716e08021/build.gradle#L1432
 as well? What do you think? 



-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to