From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 15 Feb 2013 23:05:41 +0000 (+0000)
Subject: Fix up one comment.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee3893b8441dfb68fc841ea1b31af24e3f5df2f;p=dealii-svn.git

Fix up one comment.

git-svn-id: https://svn.dealii.org/trunk@28418 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/include/deal.II/dofs/dof_accessor.h b/deal.II/include/deal.II/dofs/dof_accessor.h
index bac83d687b..b0793d734d 100644
--- a/deal.II/include/deal.II/dofs/dof_accessor.h
+++ b/deal.II/include/deal.II/dofs/dof_accessor.h
@@ -501,10 +501,14 @@ public:
                                  const unsigned int fe_index = DH::default_fe_index) const;
 
   /**
-   * Returns the Global DoF index of the <i>i degree associated with the @p
-   * vertexth vertex on the level @p level. Also see vertex_dof_index().
-   */
-  unsigned int mg_vertex_dof_index (const int level, const unsigned int vertex, const unsigned int i, const unsigned int fe_index = DH::default_fe_index) const;
+   * Returns the Global DoF index of the <code>i</code>th degree of
+   * freedom associated with the <code>vertex</code>th vertex on
+   * level @p level. Also see vertex_dof_index().
+   */
+  unsigned int mg_vertex_dof_index (const int level,
+                                    const unsigned int vertex,
+                                    const unsigned int i,
+                                    const unsigned int fe_index = DH::default_fe_index) const;
 
   /**
    * Index of the <i>i</i>th degree