This is just not necessary for the markup doxygen chooses, and looks odd.
* <tt>ComponentSelectFunction@<dim, RangeNumberType@></tt> 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.
*/
* 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<types::subdomain_id> &
* 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<types::subdomain_id> &
* '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.
* 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.
* 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,
* 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<dim>::no_automatic_repartitioning
* flag).