Skip to content
Snippets Groups Projects
Commit 4c64b1fa authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Small fixes in StaticFor documentation.

parent 5134448c
No related branches found
No related tags found
1 merge request!44Tutorials
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment