From fc4a962b81d12da7b93fb2f20f827f0ddc5eab34 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 1 May 2016 09:56:08 +0100 Subject: [PATCH] small doxygen fixes --- include/deal.II/dofs/dof_accessor.h | 2 +- include/deal.II/grid/manifold.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5