Update matrix.h

Removed extraneous character that, when the "math" directory is included, causes the doxygen build to fail.
This commit is contained in:
Michael Ball 2021-06-03 17:03:52 -05:00 committed by Filippos Karapetis
parent a308d82770
commit 0e9c4ca720

View file

@ -29,7 +29,7 @@
#include "common/streamdebug.h" #include "common/streamdebug.h"
/** /**
* \namespace Math. * \namespace Math
* This namespace contains some useful classes dealing with math and geometry. * This namespace contains some useful classes dealing with math and geometry.
* *
* The most important classes are Matrix and its base classes. * The most important classes are Matrix and its base classes.