From d323a24956b8e8c42b2173da0eba67dceaae64fc Mon Sep 17 00:00:00 2001 From: Chengjiang Yin Date: Mon, 10 Jul 2023 10:58:02 +0800 Subject: [PATCH] Additional incorrect doxygen-style brackets --- include/deal.II/grid/grid_generator.h | 16 +++++++-------- include/deal.II/grid/tria.h | 20 +++++++++---------- .../lac/trilinos_block_sparse_matrix.h | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 2b292683a2..fcb88142b6 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -66,7 +66,7 @@ namespace GridGenerator /** * @name Creating meshes for basic geometries */ - //** @{ */ + /** @{ */ /** * Initialize the given triangulation with a hypercube (line in 1d, square @@ -1834,12 +1834,12 @@ namespace GridGenerator Triangulation<3> & vol_tria, const CGALWrappers::AdditionalData<3> &data = CGALWrappers::AdditionalData<3>{}); - //** @} */ + /** @} */ /** * @name Creating meshes from other meshes */ - //** @{ */ + /** @{ */ /** * Given the two triangulations specified as the first two arguments, create @@ -2537,14 +2537,14 @@ namespace GridGenerator const double p2 = 1.0, const bool colorize = false); - //** @} */ + /** @} */ /** * @name Creating lower-dimensional meshes * * Created from parts of higher-dimensional meshes. */ - //** @{ */ + /** @{ */ #ifdef _MSC_VER // Microsoft's VC++ has a bug where it doesn't want to recognize that @@ -2679,13 +2679,13 @@ namespace GridGenerator const std::set &boundary_ids = std::set()); - //** @} */ + /** @} */ /** * @name Exceptions */ - //** @{ */ + /** @{ */ /** @@ -2712,7 +2712,7 @@ namespace GridGenerator DeclExceptionMsg(ExcInvalidInputOrientation, "The input to this function is oriented in a way that will" " cause all cells to have negative measure."); - //** @} */ + /** @} */ #ifndef DOXYGEN // These functions are only implemented with specializations; declare them diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 74acd85179..15b171d7ec 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -2225,11 +2225,6 @@ public: /** @} */ - /** - * @name Keeping up with what happens to a triangulation - * @{ - */ - /** * Alias for backward compatibility. * @@ -2499,6 +2494,11 @@ public: }; /** + * @name Keeping up with what happens to a triangulation + * @{ + */ + + /** * Signals for the various actions that a triangulation can do to itself. */ mutable Signals signals; @@ -4065,11 +4065,6 @@ private: std::pair, std::bitset<3>>> periodic_face_map; - /** - * @name Cell iterator functions for internal use - * @{ - */ - /** * Declare a number of iterator types for raw iterators, i.e., iterators * that also iterate over holes in the list of cells left by cells that have @@ -4087,6 +4082,11 @@ private: using raw_quad_iterator = typename IteratorSelector::raw_quad_iterator; using raw_hex_iterator = typename IteratorSelector::raw_hex_iterator; + /** + * @name Cell iterator functions for internal use + * @{ + */ + /** * Iterator to the first cell, used or not, on level @p level. If a level * has no cells, a past-the-end iterator is returned. diff --git a/include/deal.II/lac/trilinos_block_sparse_matrix.h b/include/deal.II/lac/trilinos_block_sparse_matrix.h index 1534ab0913..bbae8efda9 100644 --- a/include/deal.II/lac/trilinos_block_sparse_matrix.h +++ b/include/deal.II/lac/trilinos_block_sparse_matrix.h @@ -348,7 +348,7 @@ namespace TrilinosWrappers int, << "The blocks [" << arg1 << ',' << arg2 << "] and [" << arg3 << ',' << arg4 << "] have differing column numbers."); - //** @} */ + /** @} */ private: /** -- 2.39.5