Skip to content
Snippets Groups Projects
Commit eb82fa4d authored by Christian Engwer's avatar Christian Engwer
Browse files

small fixes in the documentation

[[Imported from SVN: r2958]]
parent e74fabeb
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ namespace Dune
* </pre>
*
* For an elaborate explanation see the STL Documentation
* @link http://www.sgi.com/tech/stl/iterator_traits.html
* @link http://www.sgi.com/tech/stl/iterator_traits.html @endlink
*/
typedef T DerivedType;
......@@ -289,7 +289,7 @@ namespace Dune
* </pre>
*
* For an elaborate explanation see the STL Documentation
* @link http://www.sgi.com/tech/stl/iterator_traits.html
* @link http://www.sgi.com/tech/stl/iterator_traits.html @endlink
*/
typedef T DerivedType;
......@@ -443,7 +443,7 @@ namespace Dune
* </pre>
*
* For an elaborate explanation see the STL Documentation
* @link http://www.sgi.com/tech/stl/iterator_traits.html
* @link http://www.sgi.com/tech/stl/iterator_traits.html @endlink
*/
typedef T DerivedType;
......
......@@ -119,7 +119,7 @@ namespace Dune
* @brief Checks wether a type is derived from another.
*
* Inspired by
* @link http://www.kotiposti.net/epulkkin/instructive/base-class-determination.html
* @link http://www.kotiposti.net/epulkkin/instructive/base-class-determination.html @endlink
*/
template<class From, class To>
class Conversion
......
......@@ -36,8 +36,7 @@ namespace Dune {
*/
/**
\ingroup GridInterface
@{
@ingroup GridInterface
*/
/**
......@@ -181,8 +180,6 @@ namespace Dune {
template<class GridImp, class IdSetImp, class IdTypeImp> class IdSet;
/** @} */
//************************************************************************
// G R I D
//************************************************************************
......
......@@ -1371,7 +1371,7 @@ namespace Dune
*/
typedef typename G::EdgeProperties EdgeProperties;
/**
* @brief The vertex descriptor.
* @brief The edge descriptor.
*/
typedef typename G::EdgeDescriptor Edge;
......@@ -1391,7 +1391,7 @@ namespace Dune
/**
* @brief Get the properties associated to a vertex.
* @param vertex The vertex whose Properties we want.
* @param edge The edge whose Properties we want.
*/
EdgeProperties& operator[](const Edge& edge) const
{
......
......@@ -139,7 +139,7 @@ namespace Dune {
/** \brief Set up loop solver
\tparam P The preconditioner type
\param P The preconditioner type
\param prec A preconditioner object
\param maxit Maximum number of iterations
......
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