Skip to content
Snippets Groups Projects
Commit 0726f179 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[NL] fixed docu

parent 2d891b06
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ struct SerialExecutor ...@@ -62,7 +62,7 @@ struct SerialExecutor
/// \param object the object whose method will be called. /// \param object the object whose method will be called.
/// \param method the method being called, i.e., a member function pointer /// \param method the method being called, i.e., a member function pointer
/// to a member function of the class \c Object. /// 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() /// \see executeDereferenced()
template <typename Container, typename Object, typename Method, typename... Args> template <typename Container, typename Object, typename Method, typename... Args>
...@@ -83,7 +83,7 @@ struct SerialExecutor ...@@ -83,7 +83,7 @@ struct SerialExecutor
/// \param container collection of objects having pointer semantics. /// \param container collection of objects having pointer semantics.
/// \param method the method being called, i.e., a member function pointer /// \param method the method being called, i.e., a member function pointer
/// to a member function of the \c container's elements. /// 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() /// \see executeDereferenced()
template <typename Container, typename Method, typename... Args> template <typename Container, typename Method, typename... Args>
......
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