nswamy opened a new issue #11603: Building MXNet Scala produces too many warnings URL: https://github.com/apache/incubator-mxnet/issues/11603 When Building the Scala package on the master branch, I see too many warnings for unrecognized documentation strings. The doc strings themselves are retrieved from the backend. These show up when there are examples with equations. One possible way to fix it is to add <pre> </pre> block. <pre> ~/scala-package/core/src/main/scala/org/apache/mxnet/NDArrayAPIBase.scala:5163: warning: Could not find any member to link for "3,6,6],[4,5,1". /** ^ ~/scala-package/core/src/main/scala/org/apache/mxnet/NDArrayAPIBase.scala:5239: warning: Could not find any member to link for "". ~/scala-package/core/src/main/scala/org/apache/mxnet/NDArrayAPIBase.scala:5358: warning: Could not find any member to link for "". /** ^ ~/scala-package/core/src/main/scala/org/apache/mxnet/NDArrayAPIBase.scala:5548: warning: Could not find any member to link for "". /** ^ ~/scala-package/core/src/main/scala/org/apache/mxnet/NDArrayAPIBase.scala:5584: warning: Could not find any member to link for "". /** ^ ~/scala-package/core/src/main/scala/org/apache/mxnet/NDArrayAPIBase.scala:5622: warning: Could not find any member to link for "". </pre>
---------------------------------------------------------------- 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
