mirror of https://github.com/mosra/magnum.git
Browse Source
Forward declarations of templated types don't have named template
parameters and thus Doxygen (sometimes) used these for documentation. It
then looked like this:
Magnum::Math::RectangularMatrix<std::size_t, std::size_t, class>
which isn't helpful at all. After the change it looks like this (much
better):
Magnum::Math::RectangularMatrix<cols, rows, T>
pull/77/head
10 changed files with 22 additions and 3 deletions
Loading…
Reference in new issue