]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix copydoc references 16069/head
authorJan Philipp Thiele <thiele@wias-berlin.de>
Thu, 2 Nov 2023 05:33:26 +0000 (06:33 +0100)
committerJan Philipp Thiele <thiele@wias-berlin.de>
Thu, 2 Nov 2023 05:33:26 +0000 (06:33 +0100)
.github/workflows/indent.yml
include/deal.II/distributed/fully_distributed_tria.h
include/deal.II/distributed/tria_base.h
include/deal.II/fe/fe_system.h
include/deal.II/fe/mapping_q_cache.h
include/deal.II/lac/vector.h

index 0b0b26c1aca66dd2286abff07968ebf7ce05e55c..ef12d28117b1f1e3b24b44674078900db102d2d6 100644 (file)
@@ -43,14 +43,6 @@ jobs:
         # warning: Inheritance graph for 'Subscriptor' not generated, too many nodes (209), threshold is 50. Consider increasing DOT_GRAPH_MAX_NODES.
         sed -i '/Inheritance graph/d' doxygen.log
         # Suppress:
-        # warning: @copybrief or @copydoc target '<name>' not found
-        # warning: Found recursive @copybrief or @copydoc relation for argument '<arg>'
-        sed -i '/@copybrief or @copydoc/d' doxygen.log 
-        # Suppress:
-        # warning: @copydetails or @copydoc target '<name>' not found
-        # warning: Found recursive @copydetails or @copydoc relation for argument '<arg>'
-        sed -i '/@copydetails or @copydoc/d' doxygen.log 
-        # Suppress:
         # warning: explicit link request to '<function>' could not be resolved
         sed -i '/explicit link request to/d' doxygen.log
         # Remove empty lines
index c364d265474d4937092923e982723242dc896b7c..6e302cf025ed98205b08f7a69c975b76bab94f06 100644 (file)
@@ -134,7 +134,7 @@ namespace parallel
       virtual ~Triangulation() = default;
 
       /**
-       * @copydoc dealii::Triangulation::create_triangulation()
+       * @copydoc deal.II/grid/tria.h Triangulation::create_triangulation(const TriangulationDescription::Description<dim, spacedim>&)
        *
        * @note This is the function to be used instead of
        * Triangulation::create_triangulation() for some of the other
index 781833626015d81b1a8ac452cfb1c50fbe27fc42..998125325e7d95afad7c6130fe30d3065ec99f69 100644 (file)
@@ -211,7 +211,7 @@ namespace parallel
       const unsigned int level) const override;
 
     /**
-     * @copydoc dealii::Triangulation::get_boundary_ids()
+     * @copydoc deal.II/grid/tria.h Triangulation::get_boundary_ids()
      *
      * @note This function involves a global communication gathering all current
      *   IDs from all processes.
@@ -220,7 +220,7 @@ namespace parallel
     get_boundary_ids() const override;
 
     /**
-     * @copydoc dealii::Triangulation::get_manifold_ids()
+     * @copydoc deal.II/grid/tria.h Triangulation::get_manifold_ids()
      *
      * @note This function involves a global communication gathering all current
      *   IDs from all processes.
@@ -371,7 +371,7 @@ namespace parallel
     update_number_cache();
 
     /**
-     * @copydoc dealii::Triangulation::update_reference_cells()
+     * @copydoc deal.II/grid/tria.h Triangulation::update_reference_cells()
      */
     void
     update_reference_cells() override;
index c3cb16fa4a01364ab21a9340ec82ffcb523f740e..1271c4a3e60d1c4d4359376f3ab0d280d7eac019 100644 (file)
@@ -605,7 +605,7 @@ public:
   using FiniteElement<dim, spacedim>::get_sub_fe;
 
   /**
-   * @copydoc FiniteElement<dim,spacedim>::get_sub_fe()
+   * @copydoc FiniteElement::get_sub_fe()
    */
   virtual const FiniteElement<dim, spacedim> &
   get_sub_fe(const unsigned int first_component,
index cc997b3c5421732563e5c9416008b1387ed5455b..3678aafe79ef02ca27da87e70b7018885edd1ea6 100644 (file)
@@ -193,7 +193,7 @@ public:
              const bool vector_describes_relative_displacement);
 
   /**
-   * @copydoc Mapping<dim,spacedim>::get_vertices()
+   * @copydoc Mapping::get_vertices()
    */
   virtual boost::container::small_vector<Point<spacedim>,
                                          GeometryInfo<dim>::vertices_per_cell>
index be33cd187c8522a766a03c823104484b3f215ad4..60ece3d0aaea90337d94ac5b24d939bfa12b4a19 100644 (file)
@@ -1466,7 +1466,7 @@ operator<<(std::ostream &out, const Vector<number> &v)
 
 
 /**
- * Declare dealii::Vector< Number > as serial vector.
+ * Declare Vector<Number> as serial vector.
  *
  * @relatesalso Vector
  */

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.