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

Geometry<0,...> should appear in doxygen

[[Imported from SVN: r3683]]
parent 7074c6e3
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,13 @@ namespace Dune
};
};
//! Specialization of Geometry for mydim=0 (vertices)
/** \brief Specialization of Geometry for mydim=0 (vertices)
\ingroup GridInterface
\tparam cdim Dimension of the surrounding space
\tparam GridImp The grid class whose elements we are encapsulating
\tparam GeometryImp The class that implements the actual geometry
*/
template<int cdim, class GridImp, template<int,int,class> class GeometryImp>
class Geometry<0,cdim,GridImp,GeometryImp> {
// save typing
......
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