From 87612b59e957bea02f872fa6db27b162bdd8c0f4 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Thu, 24 Sep 2009 07:10:06 +0000 Subject: [PATCH] improve docu [[Imported from SVN: r5597]] --- common/tuples.hh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/common/tuples.hh b/common/tuples.hh index 4692b3d69..651928fef 100644 --- a/common/tuples.hh +++ b/common/tuples.hh @@ -105,6 +105,13 @@ namespace Dune { * * @param t1 The value of the first field. * @param t2 The value of the second field. + * @param t3 The value of the third field. + * @param t4 The value of the 4th field. + * @param t5 The value of the 5th field. + * @param t6 The value of the 6th field. + * @param t7 The value of the 7th field. + * @param t8 The value of the 8th field. + * @param t9 The value of the 9th field. */ template<typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9> @@ -192,16 +199,14 @@ namespace Dune { /** * @brief Constructor. - * @param t1 The values for the first field. - * @param t2 The value for the second field. + * @param first The values for the first field. */ Pair(typename TupleAccessTraits<T1>::ParameterType first, const Nil&, const Nil&, const Nil&, const Nil&, const Nil&, const Nil&, const Nil&, const Nil&); /** * @brief Constructor. - * @param t1 The values for the first field. - * @param t2 The value for the second field. + * @param first The values for the first field. */ Pair(typename TupleAccessTraits<T1>::ParameterType first, const Nil&); -- GitLab