andrewfayres commented on a change in pull request #12835: [MXNET-984] Java 
NDArray Documentation Generation
URL: https://github.com/apache/incubator-mxnet/pull/12835#discussion_r228281657
 
 

 ##########
 File path: 
scala-package/macros/src/main/scala/org/apache/mxnet/APIDocGenerator.scala
 ##########
 @@ -157,19 +203,48 @@ private[mxnet] object APIDocGenerator{
     s"$experimentalTag\ndef ${func.name} (${argDef.mkString(", ")}) : 
$returnType"
   }
 
+  def generateJavaAPISignature(func : absClassFunction) : String = {
+    // scalastyle:off
 
 Review comment:
   Why are we turning this off here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to