You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/03 22:21:13 UTC

[GitHub] zhaoyao73 opened a new issue #13518: incorrect doxygen generated C++ class which has template

zhaoyao73 opened a new issue #13518: incorrect doxygen generated C++ class which has template
URL: https://github.com/apache/incubator-mxnet/issues/13518
 
 
   https://mxnet.incubator.apache.org/architecture/overview.html
   
   the "std::function(RunContext)> SyncFn" should be "std::function<void(RunContext)> SyncFn" and AsyncFn is similar.
   
   Looks like the "eval_rst" or doxygenclass is doing something wrong.
   
   a copy from the overview.html:
   "
   class Engine
   Dependency engine that schedules operations.
   
   Public Types
   
   typedef engine::CallbackOnComplete CallbackOnComplete
   callback on complete
   
   typedef **std::function(RunContext)>** SyncFn
   Synchronous operation to pass to engine.
   
   typedef **std::function(RunContext, CallbackOnComplete)>** AsyncFn
   Asynchronous operation to pass to engine.
   "
   
   

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


With regards,
Apache Git Services