From 6a8bc8a624e2c7777d57c3363dfe8c8dadeff84f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 21 Aug 2017 20:38:54 +0100 Subject: Highlight didn't work --- include/YAGE/Math/matrix.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/YAGE/Math/matrix.hpp b/include/YAGE/Math/matrix.hpp index 9f7e005f..860a250c 100644 --- a/include/YAGE/Math/matrix.hpp +++ b/include/YAGE/Math/matrix.hpp @@ -31,7 +31,7 @@ namespace yage { template 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 -- cgit