From 0726f179bd3465a545eb0b3fdffbc0817af75ba4 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Thu, 7 Jul 2016 17:24:25 +0200 Subject: [PATCH] [NL] fixed docu --- NumLib/Assembler/SerialExecutor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NumLib/Assembler/SerialExecutor.h b/NumLib/Assembler/SerialExecutor.h index 05fd443ab2e..dd4b088a0e9 100644 --- a/NumLib/Assembler/SerialExecutor.h +++ b/NumLib/Assembler/SerialExecutor.h @@ -62,7 +62,7 @@ struct SerialExecutor /// \param object the object whose method will be called. /// \param method the method being called, i.e., a member function pointer /// to a member function of the class \c Object. - /// \param Args types of further arguments passed on to the method + /// \param args further arguments passed on to the method /// /// \see executeDereferenced() template <typename Container, typename Object, typename Method, typename... Args> @@ -83,7 +83,7 @@ struct SerialExecutor /// \param container collection of objects having pointer semantics. /// \param method the method being called, i.e., a member function pointer /// to a member function of the \c container's elements. - /// \param Args types of further arguments passed on to the method + /// \param args further arguments passed on to the method /// /// \see executeDereferenced() template <typename Container, typename Method, typename... Args> -- GitLab