aaronmarkham commented on issue #13518: incorrect doxygen generated C++ class 
which has template
URL: 
https://github.com/apache/incubator-mxnet/issues/13518#issuecomment-443930822
 
 
   Adding some notes as it took me a bit to even see the problem...
   The area that is having an issue is the API Reference section that is 
autogenerated with the following Sphinx directive:
   ```eval_rst
       .. doxygenclass:: mxnet::Engine
          :members:
   ```
   
   Issue 1:
   Look at the entry after this one: 
https://mxnet.incubator.apache.org/architecture/overview.html#_CPPv2N5mxnet6Engine18CallbackOnCompleteE
   Interesting how the two functions that a reported as wrong don't have 
permalinks, whereas the other do...
   
   Issue 2: 
https://mxnet.incubator.apache.org/architecture/overview.html#_CPPv2N5mxnet6Engine14CreateCallbackEPFvP6EnginePvEPv
   
   I'm not familiar enough with what it should look like, but maybe @leleamol 
can help out since he's most recently been tinkering with Doxygen and the CPP 
package.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to