From: Timo Heister Date: Fri, 22 Jul 2022 21:57:41 +0000 (-0400) Subject: more fixes X-Git-Tag: v9.5.0-rc1~1064^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14157%2Fhead;p=dealii.git more fixes --- diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index d26eec2e40..24320c89cc 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -282,9 +282,7 @@ namespace DoFTools dof_couplings_from_component_couplings( const hp::FECollection &fe, const Table<2, Coupling> & component_couplings); - /** - * @} - */ + /** @} */ /** * @name Sparsity pattern generation @@ -1808,7 +1806,8 @@ namespace DoFTools dof_indices_with_subdomain_association( const DoFHandler &dof_handler, const types::subdomain_id subdomain); - // @} + /** @} */ + /** * @name DoF indices on patches of cells * diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index 4d806dce98..6f0aa4b97c 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -492,12 +492,12 @@ public: get_new_point_on_cell( const typename Triangulation::cell_iterator &cell) const; - /// @} + /** @} */ /** * @name Computing tangent vectors + * @{ */ - /// @{ /** * Return a vector that, at $\mathbf x_1$, is tangential to @@ -539,12 +539,12 @@ public: get_tangent_vector(const Point &x1, const Point &x2) const; - /// @} + /** @} */ /** * @name Computing normal vectors + * @{ */ - /// @{ /** * Return the normal vector to a face embedded in this manifold, at @@ -615,7 +615,7 @@ public: const typename Triangulation::face_iterator &face, FaceVertexNormals &face_vertex_normals) const; - /// @} + /** @} */ }; diff --git a/include/deal.II/lac/dynamic_sparsity_pattern.h b/include/deal.II/lac/dynamic_sparsity_pattern.h index 031e48f8e2..adbb9edde4 100644 --- a/include/deal.II/lac/dynamic_sparsity_pattern.h +++ b/include/deal.II/lac/dynamic_sparsity_pattern.h @@ -604,7 +604,7 @@ public: iterator end(const size_type r) const; - // @} + /** @} */ /** * Compute the bandwidth of the matrix represented by this structure. The diff --git a/include/deal.II/lac/full_matrix.h b/include/deal.II/lac/full_matrix.h index be214bdfec..03323f16ba 100644 --- a/include/deal.II/lac/full_matrix.h +++ b/include/deal.II/lac/full_matrix.h @@ -170,8 +170,6 @@ public: /** * @name Copying into and out of other matrices - */ - /** * @{ */ @@ -360,8 +358,6 @@ public: */ /** * @name Non-modifying operators - */ - /** * @{ */ @@ -530,8 +526,10 @@ public: memory_consumption() const; /** @} */ - ///@name Iterator functions - /** @{ */ + /** + * @name Iterator functions + * @{ + */ /** * Mutable iterator starting at the first entry of row r. @@ -558,8 +556,10 @@ public: end(const size_type r) const; /** @} */ - ///@name Modifying operators - /** @{ */ + /** + * @name Modifying operators + * @{ + */ /** * Scale the entire matrix by a fixed factor. @@ -845,8 +845,10 @@ public: right_invert(const FullMatrix &M); /** @} */ - ///@name Multiplications - /** @{ */ + /** + * @name Multiplications + * @{ + */ /** * Matrix-matrix-multiplication. @@ -1111,7 +1113,7 @@ public: /** @} */ }; -/**@}*/ +/** @} */ #ifndef DOXYGEN /*-------------------------Inline functions -------------------------------*/ diff --git a/include/deal.II/lac/identity_matrix.h b/include/deal.II/lac/identity_matrix.h index 6b4fbd628d..d567f4f161 100644 --- a/include/deal.II/lac/identity_matrix.h +++ b/include/deal.II/lac/identity_matrix.h @@ -239,7 +239,7 @@ IdentityMatrix::Tvmult_add(OutVectorType &out, const InVectorType &in) const #endif -/**@}*/ +/** @} */ DEAL_II_NAMESPACE_CLOSE diff --git a/include/deal.II/lac/petsc_vector.h b/include/deal.II/lac/petsc_vector.h index 7f4e2a10c7..6e2fa08db0 100644 --- a/include/deal.II/lac/petsc_vector.h +++ b/include/deal.II/lac/petsc_vector.h @@ -563,7 +563,7 @@ namespace internal } // namespace LinearOperatorImplementation } /* namespace internal */ -/**@}*/ +/** @} */ /** diff --git a/include/deal.II/lac/tridiagonal_matrix.h b/include/deal.II/lac/tridiagonal_matrix.h index 4d03298637..aa513061dc 100644 --- a/include/deal.II/lac/tridiagonal_matrix.h +++ b/include/deal.II/lac/tridiagonal_matrix.h @@ -266,7 +266,7 @@ private: LAPACKSupport::State state; }; -/**@}*/ +/** @} */ //--------------------------------------------------------------------------- #ifndef DOXYGEN diff --git a/include/deal.II/multigrid/mg_block_smoother.h b/include/deal.II/multigrid/mg_block_smoother.h index f29c0dddd3..b61ff92313 100644 --- a/include/deal.II/multigrid/mg_block_smoother.h +++ b/include/deal.II/multigrid/mg_block_smoother.h @@ -129,7 +129,7 @@ private: mem; }; -/**@}*/ +/** @} */ //--------------------------------------------------------------------------- diff --git a/include/deal.II/multigrid/mg_tools.h b/include/deal.II/multigrid/mg_tools.h index b0c7af8b74..a78c53b32c 100644 --- a/include/deal.II/multigrid/mg_tools.h +++ b/include/deal.II/multigrid/mg_tools.h @@ -36,8 +36,10 @@ class DoFHandler; class MGConstrainedDoFs; #endif -/* !@addtogroup mg */ -/* @{ */ +/** + * addtogroup mg + * @{ + */ /** * This is a collection of functions operating on, and manipulating the diff --git a/include/deal.II/numerics/vector_tools_boundary.h b/include/deal.II/numerics/vector_tools_boundary.h index 52bead1a93..8a4c7e1db1 100644 --- a/include/deal.II/numerics/vector_tools_boundary.h +++ b/include/deal.II/numerics/vector_tools_boundary.h @@ -747,7 +747,7 @@ namespace VectorTools const hp::MappingCollection &mapping_collection = hp::StaticMappingQ1::mapping_collection); - // @} + /** @} */ } // namespace VectorTools DEAL_II_NAMESPACE_CLOSE diff --git a/include/deal.II/numerics/vector_tools_point_value.h b/include/deal.II/numerics/vector_tools_point_value.h index 0c1bd99b59..514588d26c 100644 --- a/include/deal.II/numerics/vector_tools_point_value.h +++ b/include/deal.II/numerics/vector_tools_point_value.h @@ -212,7 +212,7 @@ namespace VectorTools const Point & p, const Point & direction, Vector & rhs_vector); - // @} + /** @} */ /** * @name Evaluation of functions and errors diff --git a/include/deal.II/numerics/vector_tools_project.h b/include/deal.II/numerics/vector_tools_project.h index 0600e0ebbe..a20656f702 100644 --- a/include/deal.II/numerics/vector_tools_project.h +++ b/include/deal.II/numerics/vector_tools_project.h @@ -53,8 +53,8 @@ namespace VectorTools { /** * @name Interpolation and projection + * @{ */ - /** @{ */ /** * Compute the projection of @p function to the finite element space. In other @@ -296,7 +296,7 @@ namespace VectorTools VectorType & vec_result, const unsigned int fe_component = 0); - // @} + /** @} */ } // namespace VectorTools diff --git a/include/deal.II/numerics/vector_tools_rhs.h b/include/deal.II/numerics/vector_tools_rhs.h index 60d20134e1..ba3ce50a7e 100644 --- a/include/deal.II/numerics/vector_tools_rhs.h +++ b/include/deal.II/numerics/vector_tools_rhs.h @@ -177,7 +177,7 @@ namespace VectorTools VectorType & rhs_vector, const std::set & boundary_ids = std::set()); - // @} + /** @} */ } // namespace VectorTools DEAL_II_NAMESPACE_CLOSE