[GitHub] [kafka] chia7712 commented on pull request #9939: MINOR: fix @link tag in javadoc

2021-01-27 Thread GitBox


chia7712 commented on pull request #9939:
URL: https://github.com/apache/kafka/pull/9939#issuecomment-768277706


   @tang7526 How about using import for this issue? Other references in 
Javadocs use import also.



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.

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




[GitHub] [kafka] chia7712 commented on pull request #9939: MINOR: fix @link tag in javadoc

2021-01-26 Thread GitBox


chia7712 commented on pull request #9939:
URL: https://github.com/apache/kafka/pull/9939#issuecomment-768026267


   @tang7526 Could you revert the scald docs changes? The changes of Javadocs 
LGTM



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.

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




[GitHub] [kafka] chia7712 commented on pull request #9939: MINOR: fix @link tag in javadoc

2021-01-26 Thread GitBox


chia7712 commented on pull request #9939:
URL: https://github.com/apache/kafka/pull/9939#issuecomment-767609635


   @tang7526 You have to add (java) streams module to streams-scala docs so it 
can find the class/methods reference.
   
   ```
 javadoc {
   +include "**/org/apache/kafka/streams/**"
   include "**/org/apache/kafka/streams/scala/**"
 }
   ```



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.

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




[GitHub] [kafka] chia7712 commented on pull request #9939: MINOR: fix @link tag in javadoc

2021-01-21 Thread GitBox


chia7712 commented on pull request #9939:
URL: https://github.com/apache/kafka/pull/9939#issuecomment-764247507


   @tang7526 thanks for your patch. Could you fix other docs error also?
   
   ```
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Joined.scala:42:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Joined.scala:24:
 warning: Could not find any member to link for 
"org.apache.kafka.streams.kstream.Joined".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Joined.scala:24:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Grouped.scala:37:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Grouped.scala:24:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Consumed.scala:68:
 warning: Could not find any member to link for "Topology.AutoOffsetReset".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Consumed.scala:55:
 warning: Could not find any member to link for "TimestampExtractor".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Consumed.scala:45:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/StreamsBuilder.scala:157:
 warning: Could not find any member to link for 
"org.apache.kafka.streams.errors.TopologyException".
 /**
 ^
   44 warnings
   
   ```



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.

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




[GitHub] [kafka] chia7712 commented on pull request #9939: MINOR: fix @link tag in javadoc

2021-01-20 Thread GitBox


chia7712 commented on pull request #9939:
URL: https://github.com/apache/kafka/pull/9939#issuecomment-764247507


   @tang7526 thanks for your patch. Could you fix other docs error also?
   
   ```
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Joined.scala:42:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Joined.scala:24:
 warning: Could not find any member to link for 
"org.apache.kafka.streams.kstream.Joined".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Joined.scala:24:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Grouped.scala:37:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Grouped.scala:24:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Consumed.scala:68:
 warning: Could not find any member to link for "Topology.AutoOffsetReset".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Consumed.scala:55:
 warning: Could not find any member to link for "TimestampExtractor".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Consumed.scala:45:
 warning: Could not find any member to link for "Serde".
 /**
 ^
   
/home/chia7712/kafka/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/StreamsBuilder.scala:157:
 warning: Could not find any member to link for 
"org.apache.kafka.streams.errors.TopologyException".
 /**
 ^
   44 warnings
   
   ```



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.

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