From: Wolfgang Bangerth Date: Sat, 4 Apr 2020 18:09:15 +0000 (-0600) Subject: A few doxygen-related fixes. X-Git-Tag: v9.2.0-rc1~300^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9818%2Fhead;p=dealii.git A few doxygen-related fixes. --- diff --git a/include/deal.II/base/mpi_noncontiguous_partitioner.h b/include/deal.II/base/mpi_noncontiguous_partitioner.h index 1942348c49..9daa70bb30 100644 --- a/include/deal.II/base/mpi_noncontiguous_partitioner.h +++ b/include/deal.II/base/mpi_noncontiguous_partitioner.h @@ -72,7 +72,7 @@ namespace Utilities /** * Fill the vector @p dst according to the precomputed communication - * pattern with values from @src. + * pattern with values from @p src. * * @pre The vectors only have to provide a method begin(), which allows * to access their raw data. diff --git a/include/deal.II/distributed/fully_distributed_tria.h b/include/deal.II/distributed/fully_distributed_tria.h index 40211bd289..8e1678c4cf 100644 --- a/include/deal.II/distributed/fully_distributed_tria.h +++ b/include/deal.II/distributed/fully_distributed_tria.h @@ -139,7 +139,7 @@ namespace parallel virtual ~Triangulation() = default; /** - * @copydoc Triangulation::create_triangulation() + * @copydoc dealii::Triangulation::create_triangulation() * * @note This is the function to be used instead of * Triangulation::create_triangulation() for some of the other diff --git a/include/deal.II/grid/tria_description.h b/include/deal.II/grid/tria_description.h index 3bae42eb08..d2a4e58699 100644 --- a/include/deal.II/grid/tria_description.h +++ b/include/deal.II/grid/tria_description.h @@ -414,12 +414,14 @@ namespace TriangulationDescription * The input triangulation can be either * a serial triangulation of type dealii::Triangulation which has been * colored (subdomain_id and/or level_subdomain_id has been set) or a - * distributed triangulation of type dealii::distributed::Triangulation, - * where the partitioning is adopted unaltered. + * distributed triangulation of type + * dealii::parallel::distributed::Triangulation, where the partitioning is + * adopted unaltered. * * @param tria Partitioned input triangulation. * @param comm MPI_Communicator to be used. In the case - * of dealii::distributed::Triangulation, the communicators have to match. + * of dealii::parallel::distributed::Triangulation, the communicators have + * to match. * @param construct_multilevel_hierarchy Signal if the multigrid levels * should be constructed. * @param my_rank_in Construct Description for the specified rank (only