/**
+ * This class provides a description of zero-dimensional cells. It has been
+ * superseded by the ReferenceCell class -- see there for more information.
+ *
* Topological description of zero dimensional cells, i.e. points. This class
* might not look too useful but often is if in a certain dimension we would
* like to enquire information about objects with dimension one lower than the
* This class provides dimension independent information to all topological
* structures that make up the unit, or
* @ref GlossReferenceCell "reference cell".
+ * This class has been
+ * superseded by the ReferenceCell class -- see there for more information.
+ *
*
* It is the one central point in the library where information about the
* numbering of vertices, lines, or faces of the reference cell is collected.
* all of the possible values. User codes should therefore rely
* exclusively on assigning ReferenceCell objects from these special
* objects, and comparing against those special objects.
+ *
+ * The purposes and intents of this class are described in the
+ * @ref GlossReferenceCell "reference cell" glossary entry.
+ *
+ * @ingroup grid geomprimitives aniso
*/
class ReferenceCell
{