*
* @memo Implementation of a multilevel triangulation of a domain
* @see TriaRawIterator
- * @author Wolfgang Bangerth, 1998 */
+ * @author Wolfgang Bangerth, 1998
+ */
template <int dim>
-class Triangulation
- : public TriaDimensionInfo<dim>,
- public Subscriptor
+class Triangulation : public TriaDimensionInfo<dim>,
+ public Subscriptor
{
private:
/**
* in 1D and #last_active_quad# in 2D.
*/
active_cell_iterator last_active (const unsigned int level) const;
- //@}
+ /*@}*/
/*---------------------------------------*/
/*---------------------------------------*/
* in 2D and #last_active_quad# in 3D.
*/
active_face_iterator last_active_face (const unsigned int level) const;
- //@}
+ /*@}*/
/*---------------------------------------*/
/**
* @name Exceptions
*/
- //@{
+ /*@{*/
/**
* Exception
*/
* Exception
*/
DeclException0 (ExcIO);
- //@}
+ /*@}*/
protected:
/**