aaronmarkham commented on issue #12977: [MXNET-1164] Generate the document for cpp-package using Doxygen URL: https://github.com/apache/incubator-mxnet/pull/12977#issuecomment-448719848 @leleamol Please add `3rdparty` to the `EXCLUDE` directive in `Doxyfile`. That should help retrigger CI as well as provide the additional benefit of limiting the doxygen run to relevant files. I don't know why it runs on 3rdparty - you'd think that the INPUT directive limits things, but if you look at the logs you see: ``` Generating file sources... Generating code for file 3rdparty/dlpack/include/dlpack/dlpack.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/any.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/array_view.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/base.h... Generating code for file 3rdparty/mshadow/mshadow/base.h... Generating code for file include/mxnet/base.h... Generating code for file 3rdparty/tvm/nnvm/include/nnvm/base.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/common.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/concurrency.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/concurrentqueue.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/config.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/data.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/endian.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/input_split_shuffle.h... Generating code for file 3rdparty/dmlc-core/include/dmlc/io.h... ... ``` I tried excluding the 3rdparty folder and that does seem to work... it does a pass through the folder making an exclusion list. WDYT?
---------------------------------------------------------------- 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
