aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-21 20:35:36 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-21 20:35:36 +0100
commit1eff849ad34d69815ad68f9c88d2ea94c178d5e0 (patch)
treed0ea8b25b4c1532cee87916e4ac6ee5b37e94ef9 /include
parent0a49874288f92c120d7e165550eb6dbbe1ef7307 (diff)
downloadYAGE-1eff849ad34d69815ad68f9c88d2ea94c178d5e0.tar.gz
YAGE-1eff849ad34d69815ad68f9c88d2ea94c178d5e0.zip
Testing out doxygen on github
Diffstat (limited to 'include')
-rw-r--r--include/YAGE/Math/matrix.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/YAGE/Math/matrix.hpp b/include/YAGE/Math/matrix.hpp
index 860a250c..9f7e005f 100644
--- a/include/YAGE/Math/matrix.hpp
+++ b/include/YAGE/Math/matrix.hpp
@@ -31,7 +31,7 @@ namespace yage {
template <int Rows, int Cols, class Type>
class Matrix;
-/** \internal Namespace for internal details.
+/** @internal Namespace for internal details.
*
* Detail Namespace
* ================
@@ -40,7 +40,7 @@ class Matrix;
*/
namespace detail {
-/** \internal Internal Row class used by the Matrix class to return the
+/** @internal Internal Row class used by the Matrix class to return the
* internal data structure of the Matrix.
*
* Row