From 90a1125cf6fd49975dd2439c8d79f611ab5824f5 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 24 Jan 2014 21:05:43 +0000 Subject: [PATCH] fix doxygen grouping tags git-svn-id: https://svn.dealii.org/trunk@32305 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_q_hierarchical.h | 2 ++ deal.II/include/deal.II/grid/filtered_iterator.h | 2 +- deal.II/include/deal.II/lac/tridiagonal_matrix.h | 2 ++ deal.II/source/fe/mapping_c1.cc | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_q_hierarchical.h b/deal.II/include/deal.II/fe/fe_q_hierarchical.h index 54fe8b4e63..fd6602c5b1 100644 --- a/deal.II/include/deal.II/fe/fe_q_hierarchical.h +++ b/deal.II/include/deal.II/fe/fe_q_hierarchical.h @@ -310,6 +310,8 @@ public: std::vector > hp_vertex_dof_identities (const FiniteElement &fe_other) const; + /*@}*/ + /** * Return the matrix interpolating from a face of one * element to the face of the neighboring element. The diff --git a/deal.II/include/deal.II/grid/filtered_iterator.h b/deal.II/include/deal.II/grid/filtered_iterator.h index c6a4c56f84..6356cd160a 100644 --- a/deal.II/include/deal.II/grid/filtered_iterator.h +++ b/deal.II/include/deal.II/grid/filtered_iterator.h @@ -357,7 +357,7 @@ namespace IteratorFilters * @endcode * Note that by the @p set_to_next_positive call the first cell with * a set user flag was assigned to the @p begin iterator. For the - * @{end} iterator, no such call was necessary, since the past-the-end + * #end iterator, no such call was necessary, since the past-the-end * iterator always satisfies all predicates. * * The same can be achieved by the following snippet, though harder to read: diff --git a/deal.II/include/deal.II/lac/tridiagonal_matrix.h b/deal.II/include/deal.II/lac/tridiagonal_matrix.h index 8b31214933..bf88c4113f 100644 --- a/deal.II/include/deal.II/lac/tridiagonal_matrix.h +++ b/deal.II/include/deal.II/lac/tridiagonal_matrix.h @@ -50,6 +50,8 @@ template class TridiagonalMatrix { public: + ///@name Constructors + //@{ /** * Declare type for container size. */ diff --git a/deal.II/source/fe/mapping_c1.cc b/deal.II/source/fe/mapping_c1.cc index 5a6115220a..363f6403a0 100644 --- a/deal.II/source/fe/mapping_c1.cc +++ b/deal.II/source/fe/mapping_c1.cc @@ -80,7 +80,7 @@ MappingC1<2>::add_line_support_points (const Triangulation<2>::cell_iterator &ce // the interpolation points at @p{t=0.276} and @p{t=0.724} // (Gauss-Lobatto points). Since at @p{t=0,1} we want a vertex which // is actually at the boundary, we know that @p{d=0} and @p{a=-b-c}, - // which gives @p{s(0.276)} and @{s(0.726)} in terms of @p{b,c}. As + // which gives @p{s(0.276)} and @p{s(0.726)} in terms of @p{b,c}. As // side-conditions, we want that the derivatives at @p{t=0} and // @p{t=1}, i.e. at the vertices match those returned by the // boundary. -- 2.39.5