From: Jan Philipp Thiele Date: Thu, 2 Nov 2023 05:33:26 +0000 (+0100) Subject: fix copydoc references X-Git-Tag: relicensing~323^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16069%2Fhead;p=dealii.git fix copydoc references --- diff --git a/.github/workflows/indent.yml b/.github/workflows/indent.yml index 0b0b26c1ac..ef12d28117 100644 --- a/.github/workflows/indent.yml +++ b/.github/workflows/indent.yml @@ -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 '' not found - # warning: Found recursive @copybrief or @copydoc relation for argument '' - sed -i '/@copybrief or @copydoc/d' doxygen.log - # Suppress: - # warning: @copydetails or @copydoc target '' not found - # warning: Found recursive @copydetails or @copydoc relation for argument '' - sed -i '/@copydetails or @copydoc/d' doxygen.log - # Suppress: # warning: explicit link request to '' could not be resolved sed -i '/explicit link request to/d' doxygen.log # Remove empty lines diff --git a/include/deal.II/distributed/fully_distributed_tria.h b/include/deal.II/distributed/fully_distributed_tria.h index c364d26547..6e302cf025 100644 --- a/include/deal.II/distributed/fully_distributed_tria.h +++ b/include/deal.II/distributed/fully_distributed_tria.h @@ -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&) * * @note This is the function to be used instead of * Triangulation::create_triangulation() for some of the other diff --git a/include/deal.II/distributed/tria_base.h b/include/deal.II/distributed/tria_base.h index 7818336260..998125325e 100644 --- a/include/deal.II/distributed/tria_base.h +++ b/include/deal.II/distributed/tria_base.h @@ -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; diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index c3cb16fa4a..1271c4a3e6 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -605,7 +605,7 @@ public: using FiniteElement::get_sub_fe; /** - * @copydoc FiniteElement::get_sub_fe() + * @copydoc FiniteElement::get_sub_fe() */ virtual const FiniteElement & get_sub_fe(const unsigned int first_component, diff --git a/include/deal.II/fe/mapping_q_cache.h b/include/deal.II/fe/mapping_q_cache.h index cc997b3c54..3678aafe79 100644 --- a/include/deal.II/fe/mapping_q_cache.h +++ b/include/deal.II/fe/mapping_q_cache.h @@ -193,7 +193,7 @@ public: const bool vector_describes_relative_displacement); /** - * @copydoc Mapping::get_vertices() + * @copydoc Mapping::get_vertices() */ virtual boost::container::small_vector, GeometryInfo::vertices_per_cell> diff --git a/include/deal.II/lac/vector.h b/include/deal.II/lac/vector.h index be33cd187c..60ece3d0aa 100644 --- a/include/deal.II/lac/vector.h +++ b/include/deal.II/lac/vector.h @@ -1466,7 +1466,7 @@ operator<<(std::ostream &out, const Vector &v) /** - * Declare dealii::Vector< Number > as serial vector. + * Declare Vector as serial vector. * * @relatesalso Vector */