andrewfayres commented on issue #12835: [MXNET-984] Java NDArray Documentation Generation URL: https://github.com/apache/incubator-mxnet/pull/12835#issuecomment-432031431 I don't have a diff of the code in front of me but it looks like it's identical except for a few things like the name of the package etc. Maybe add a gist of the differences to get some ideas but there's got to be a better way to do this than replicating a whole class. Maybe this is more difficult than I think it is but it looks like you could take the existing generator and replace the hardcoded org.apache.mxnet with a class variable. When you want to run the java doc generation we'd set that variable to org.apache.mxnet.javaapi.
---------------------------------------------------------------- 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
