From 4c64b1fa112a206b64d31c488a935ec97913ac7c Mon Sep 17 00:00:00 2001 From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz> Date: Tue, 19 Nov 2019 17:42:20 +0100 Subject: [PATCH] Small fixes in StaticFor documentation. --- src/TNL/Algorithms/StaticFor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TNL/Algorithms/StaticFor.h b/src/TNL/Algorithms/StaticFor.h index e9bcb43e2c..6a450638f4 100644 --- a/src/TNL/Algorithms/StaticFor.h +++ b/src/TNL/Algorithms/StaticFor.h @@ -15,7 +15,7 @@ namespace TNL { namespace Algorithms { -/*** +/** * \brief StaticFor is a wrapper for common for-loop with explicit unrolling. * * StaticFor can be used only for for-loops bounds of which are known at the @@ -48,8 +48,8 @@ struct StaticFor< Begin, End, true > /** * \brief Static method for execution od the StaticFor. * - * @param f is a (lambda) function to be performed in each iteration. - * @param args are auxiliary data to be passed to the function f. + * \param f is a (lambda) function to be performed in each iteration. + * \param args are auxiliary data to be passed to the function f. */ template< typename Function, typename... Args > __cuda_callable__ -- GitLab