From 95b1a76f31acad72357e319ca6ced18fa7569fda Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sat, 1 Aug 2015 19:28:09 +0200 Subject: [PATCH] Fix a wrong file name in the documentation --- dune/common/tupleutility.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dune/common/tupleutility.hh b/dune/common/tupleutility.hh index 4267275f5..f272a300f 100644 --- a/dune/common/tupleutility.hh +++ b/dune/common/tupleutility.hh @@ -588,7 +588,7 @@ namespace Dune { //! transform a tuple object into another tuple object /** * \code - * #include <dune/common/utility.hh> + * #include <dune/common/tupleutility.hh> * \endcode * This function does for the value of a tuple what ForEachType does for the * type of a tuple: it transforms the value using a user-provided policy @@ -728,7 +728,7 @@ namespace Dune { //! syntactic sugar for creation of TransformTupleFunctor objects /** * \code - * #include <dune/common/utility.hh> + * #include <dune/common/tupleutility.hh> * \endcode * \tparam TE TypeEvaluator class template. * \tparam A0 Type of extra arguments to pass to \c TE<T>::apply(). It @@ -1052,7 +1052,7 @@ namespace Dune { //! transform a tuple's value according to a user-supplied policy /** * \code - * #include <dune/common/utility.hh> + * #include <dune/common/tupleutility.hh> * \endcode * This function provides functionality similar to genericTransformTuple(), * although less general and closer in spirit to ForEachType. -- GitLab