I seems that kokkos-kernels does not produce a Doxygen tag file for now. This means other packages cannot nicely reference kokkos-kernels functionalities:
To enable a kokkos-kernels tag file to be available at https://docs.trilinos.org/dev/packages/common/tag_files, I would propose that docs/Doxyfile.in is simply updated to:
GENERATE_TAGFILE = ../../common/tag_files/kokkos-kernels.tag
@cwpearson What do you think ? Thanks!
I seems that
kokkos-kernelsdoes not produce aDoxygentag file for now. This means other packages cannot nicely referencekokkos-kernelsfunctionalities:kokkos-kernels/docs/Doxyfile.in
Line 2287 in 38132f3
To enable a
kokkos-kernelstag file to be available athttps://docs.trilinos.org/dev/packages/common/tag_files, I would propose thatdocs/Doxyfile.inis simply updated to:@cwpearson What do you think ? Thanks!