Skip to content

Fix doxygen warnings for math functions

Kenneth Moreland requested to merge kmorel/vtk-m:fix-math-doxygen into master

Doxygen was having trouble with @copydoc when copying documentation of templated functions. The doxygen comments in Math.h is restructured to not need @copydoc, and the documentation is generated correctly.

Merge request reports