From 0e9c4ca720adf8f9358f021e5bdf051cc4b8949d Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 3 Jun 2021 17:03:52 -0500 Subject: [PATCH] Update matrix.h Removed extraneous character that, when the "math" directory is included, causes the doxygen build to fail. --- math/matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/matrix.h b/math/matrix.h index eb53d5ccbe5..1fc3d665ee0 100644 --- a/math/matrix.h +++ b/math/matrix.h @@ -29,7 +29,7 @@ #include "common/streamdebug.h" /** - * \namespace Math. + * \namespace Math * This namespace contains some useful classes dealing with math and geometry. * * The most important classes are Matrix and its base classes.