From f166b7cee8851f4cea1f97ef84cc38b10ceaf736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Mon, 18 Nov 2019 22:40:51 +0100 Subject: [PATCH] Fixing Array and ArrayView documentation. --- src/TNL/Containers/Array.h | 2 +- src/TNL/Containers/ArrayView.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/TNL/Containers/Array.h b/src/TNL/Containers/Array.h index 45ef1e272e..117cb32ae4 100644 --- a/src/TNL/Containers/Array.h +++ b/src/TNL/Containers/Array.h @@ -62,7 +62,7 @@ template< int, typename > class StaticArray; * See also \ref ArrayView, \ref Vector, \ref VectorView. * * \par Example - * \include ArrayExample.cpp + * \include Containers/ArrayExample.cpp * \par Output * \include ArrayExample.out */ diff --git a/src/TNL/Containers/ArrayView.h b/src/TNL/Containers/ArrayView.h index d51f151f77..c06ad56dcc 100644 --- a/src/TNL/Containers/ArrayView.h +++ b/src/TNL/Containers/ArrayView.h @@ -55,7 +55,9 @@ namespace Containers { * See also \ref Array, \ref Vector, \ref VectorView. * * \par Example - * \include ArrayViewExample.cpp + * \include Containers/ArrayViewExample.cpp + * \par Output + * \include ArrayViewExample.out */ template< typename Value, typename Device = Devices::Host, -- GitLab