zeratax / yacx

Yet Another CudaExecutor - wrapper to easily compile and execute cuda kernels
https://zeratax.github.io/yacx
MIT License
8 stars 4 forks source link

doxygen ignore Java? #74

Closed zeratax closed 4 years ago

zeratax commented 4 years ago

The autolink function of doxygen always automatically links to the java classes instead of the c++ classes, e.g. https://zeratax.github.io/yacx/class_kernel_arg.html

Additionally we should consider using doxygen to generate javadoc as well if possible. see #68

LukasSiefke commented 4 years ago

I think javadoc is nice, but maybe doxygen can work with javadoc

zeratax commented 4 years ago

I am fairly sure that is possible, but I have not tested it yet