Skip to content
Snippets Groups Projects
Commit c2442f2f authored by Oliver Sander's avatar Oliver Sander
Browse files

Minor documentation errors fixed

[[Imported from SVN: r4896]]
parent 07a285e2
Branches
Tags
No related merge requests found
......@@ -79,7 +79,7 @@ namespace Dune
typedef T1 Type1;
/**
* @brief The type of the first field.
* @brief The type of the second field.
*/
typedef TT Type2;
// enum{
......@@ -141,13 +141,13 @@ namespace Dune
/**
* @brief Get the second value
* @return The first value
* @return The second value
*/
typename TupleAccessTraits<Type2>::NonConstType
second();
/**
* @brief Get the first value
* @brief Get the second value
* @return The second value
*/
typename TupleAccessTraits<Type2>::ConstType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment