From: Timo Heister Date: Sun, 1 May 2016 08:56:08 +0000 (+0100) Subject: small doxygen fixes X-Git-Tag: v8.5.0-rc1~1061^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2569%2Fhead;p=dealii.git small doxygen fixes --- diff --git a/include/deal.II/dofs/dof_accessor.h b/include/deal.II/dofs/dof_accessor.h index 4e7600ecb1..9178585b56 100644 --- a/include/deal.II/dofs/dof_accessor.h +++ b/include/deal.II/dofs/dof_accessor.h @@ -177,7 +177,7 @@ namespace internal * * @tparam structdim The dimensionality of the objects the accessor * represents. For example, points have @p structdim equal to zero, - * edges have @structdim equal to one, etc. + * edges have @p structdim equal to one, etc. * @tparam DoFHandlerType The type of the DoF handler into which accessor * of this type point. This is either the DoFHandler or hp::DoFHandler * class. See also the @ref ConceptDoFHandlerType "DoFHandlerType concept". diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index c82e737dc7..86ac7dd731 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -414,7 +414,7 @@ public: * arguments $t=0$ and $t=1$ are farther apart. * * The default implementation of this function approximates - * $\mathbf s'(0) \approx \frac{$\mathbf s(\epsilon)-\mathbf x_1}{\epsilon}$ + * $\mathbf s'(0) \approx \frac{\mathbf s(\epsilon)-\mathbf x_1}{\epsilon}$ * for a small value of $\epsilon$, and the evaluation of $\mathbf s(\epsilon)$ * is done by calling get_new_point(). If possible, derived classes should * override this function by an implemention of the exact derivative.