From 38488af61205e56526e56b03b35437f2d19c0ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Thu, 4 Feb 2021 15:16:35 +0100 Subject: [PATCH] Formatting documentation in ArrayView. --- src/TNL/Containers/ArrayView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TNL/Containers/ArrayView.h b/src/TNL/Containers/ArrayView.h index eaf31f0fab..32cf836318 100644 --- a/src/TNL/Containers/ArrayView.h +++ b/src/TNL/Containers/ArrayView.h @@ -72,7 +72,7 @@ public: /** * \brief Device where the array is allocated. - * + * * See \ref Devices::Host or \ref Devices::Cuda. */ using DeviceType = Device; -- GitLab