Skip to content

Fix doxygen warnings with worklet base classes

Kenneth Moreland requested to merge kmorel/vtk-m:doxygen-worklet-warnings into master

Some versions of doxygen have issues with documenting typedefs (or the equivalent using). This was causing warnings with doxygen and failing to create some of the documentation. This fixes the problem by moving the documentation to the classes things are defined to.

Merge request reports