From: Wolfgang Bangerth Date: Fri, 20 Sep 2019 23:12:12 +0000 (-0600) Subject: Remove colon after @note. X-Git-Tag: v9.2.0-rc1~1063^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83bf7fbc362366232ab82322da7d407f3042c13d;p=dealii.git Remove colon after @note. This is just not necessary for the markup doxygen chooses, and looks odd. --- diff --git a/include/deal.II/base/function.h b/include/deal.II/base/function.h index 813508ab99..051b55c79e 100644 --- a/include/deal.II/base/function.h +++ b/include/deal.II/base/function.h @@ -582,7 +582,7 @@ public: * ComponentSelectFunction@ class can only * have same value for all components. * - * @note: we copy the underlying component value data from @p f from its + * @note We copy the underlying component value data from @p f from its * beginning. So the number of components of @p f cannot be less than the * calling object. */ diff --git a/include/deal.II/distributed/tria_base.h b/include/deal.II/distributed/tria_base.h index 53749beb99..5e79712c42 100644 --- a/include/deal.II/distributed/tria_base.h +++ b/include/deal.II/distributed/tria_base.h @@ -144,7 +144,7 @@ namespace parallel * ghost cell adjacent to the cells of the local processor. In other * words, this is the set of subdomain_id() for all ghost cells. * - * @note: If @p i is contained in the list of processor @p j, then @p j + * @note If @p i is contained in the list of processor @p j, then @p j * will also be contained in the list of processor @p i. */ const std::set & @@ -156,7 +156,7 @@ namespace parallel * other words, this is the set of level_subdomain_id() for all level * ghost cells. * - * @note: If @p i is contained in the list of processor @p j, then @p j + * @note If @p i is contained in the list of processor @p j, then @p j * will also be contained in the list of processor @p i. */ const std::set & diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index fd8c77abbf..115e2ade73 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1224,7 +1224,7 @@ namespace DoFTools * 'first' boundary to the respective DoFs of the 'second' boundary * respecting the relative orientation of the two faces. * - * @note: This function is a convenience wrapper. It internally calls + * @note This function is a convenience wrapper. It internally calls * GridTools::collect_periodic_faces() with the supplied parameters and * feeds the output to above make_periodicity_constraints() variant. If you * need more functionality use GridTools::collect_periodic_faces() directly. @@ -1262,7 +1262,7 @@ namespace DoFTools * meshes with cells not in * @ref GlossFaceOrientation "standard orientation". * - * @note: This function is a convenience wrapper. It internally calls + * @note This function is a convenience wrapper. It internally calls * GridTools::collect_periodic_faces() with the supplied parameters and * feeds the output to above make_periodicity_constraints() variant. If you * need more functionality use GridTools::collect_periodic_faces() directly. diff --git a/include/deal.II/lac/read_write_vector.h b/include/deal.II/lac/read_write_vector.h index 1c90d3f369..634c1b701c 100644 --- a/include/deal.II/lac/read_write_vector.h +++ b/include/deal.II/lac/read_write_vector.h @@ -328,7 +328,7 @@ namespace LinearAlgebra * communication pattern is used multiple times. This can be used to improve * performance. * - * @note: The @p trilinos_vec is not allowed to have ghost entries. + * @note The @p trilinos_vec is not allowed to have ghost entries. */ void import(const TrilinosWrappers::MPI::Vector &trilinos_vec, diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index d80de5d4ef..986e3125ef 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -742,7 +742,7 @@ namespace VectorTools * yourself by calling the @p AffineConstraints::distribute function of your * hanging node constraints object. * - * @note: This function works with parallel::distributed::Triangulation, but + * @note This function works with parallel::distributed::Triangulation, but * only if the parallel partitioning is the same for both meshes (see the * parallel::distributed::Triangulation::no_automatic_repartitioning * flag).