From: Wolfgang Bangerth Date: Wed, 29 Mar 2006 03:31:43 +0000 (+0000) Subject: Move around documentation a little bit. X-Git-Tag: v8.0.0~11966 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df686a0161a3085a83df15063ea41f8f69d60c7d;p=dealii.git Move around documentation a little bit. git-svn-id: https://svn.dealii.org/trunk@12749 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_levels.h b/deal.II/deal.II/include/dofs/dof_levels.h index 279fa6c9c0..277a9ee785 100644 --- a/deal.II/deal.II/include/dofs/dof_levels.h +++ b/deal.II/deal.II/include/dofs/dof_levels.h @@ -34,26 +34,6 @@ namespace internal * class, but do not actually use it. Rather, only specializations of * this class are used. * - * @ingroup dofs - * @author Wolfgang Bangerth, 1998 - */ - template - class DoFLevel - { - private: - /** - * Make the constructor private - * to avoid that someone uses - * this class. - */ - DoFLevel (); - }; - - -/** - * Store the indices of the degrees of freedom which are located on - * the lines. - * *

Information for all DoFLevel classes

* * The DoFLevel classes @@ -99,6 +79,26 @@ namespace internal * * @ingroup dofs * @author Wolfgang Bangerth, 1998 + */ + template + class DoFLevel + { + private: + /** + * Make the constructor private + * to avoid that someone uses + * this class. + */ + DoFLevel (); + }; + + +/** + * Store the indices of the degrees of freedom which are located on + * the lines. See the general template DoFLevel for more information. + * + * @ingroup dofs + * @author Wolfgang Bangerth, 1998 */ template <> class DoFLevel<1> @@ -124,7 +124,7 @@ namespace internal /** * Store the indices of the degrees of freedom which are located on - * quads. See DoFLevel<1> for more information. + * quads. See the general template DoFLevel for more information. * * @ingroup dofs * @author Wolfgang Bangerth, 1998 @@ -153,7 +153,7 @@ namespace internal /** * Store the indices of the degrees of freedom which are located on - * hexhedra. See DoFLevel<1> for more information. + * hexhedra. See the general template DoFLevel for more information. * * @ingroup dofs * @author Wolfgang Bangerth, 1998