]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Additional incorrect doxygen-style brackets
authorChengjiang Yin <richard_ycj@outlook.com>
Mon, 10 Jul 2023 02:58:02 +0000 (10:58 +0800)
committerChengjiang Yin <richard_ycj@outlook.com>
Mon, 10 Jul 2023 13:41:45 +0000 (21:41 +0800)
include/deal.II/grid/grid_generator.h
include/deal.II/grid/tria.h
include/deal.II/lac/trilinos_block_sparse_matrix.h

index 2b292683a2fb1c5242f69a3bd36a0c5f998e06be..fcb88142b6a687ce2888e43741ea66024756bad7 100644 (file)
@@ -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<types::boundary_id> &boundary_ids =
                             std::set<types::boundary_id>());
 
-  //** @} */
+  /** @} */
 
 
   /**
    * @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
index 74acd85179f2ed0b6464fbfe7be8af9fa6b578e8..15b171d7ece93f980dfbf524529b9c5d6325a60a 100644 (file)
@@ -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::pair<cell_iterator, unsigned int>, 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.
index 1534ab0913574ac281bded65b6bff4694462ff28..bbae8efda91361fd28c49d9dbbefedb36873984e 100644 (file)
@@ -348,7 +348,7 @@ namespace TrilinosWrappers
                    int,
                    << "The blocks [" << arg1 << ',' << arg2 << "] and [" << arg3
                    << ',' << arg4 << "] have differing column numbers.");
-    //** @} */
+    /** @} */
 
   private:
     /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.