From cb601bcd42bf14dbc64c109ac32fe6d3141b1fe1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 31 Oct 2012 11:39:28 +0000 Subject: [PATCH] Fix a bunch of typos and improve mark-up. git-svn-id: https://svn.dealii.org/trunk@27252 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/lac/constraint_matrix.h | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 446aebe8b9..a79738f20e 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -381,7 +381,8 @@ class ConstraintMatrix : public Subscriptor * constraint line i, according * to the discussion in the general * class description. - * Note: the line needs to be added with + * + * @note the line needs to be added with * one of the add_line() calls first. */ void set_inhomogeneity (const unsigned int line, @@ -965,9 +966,9 @@ class ConstraintMatrix : public Subscriptor * argument or the function with both * matrix and vector arguments. * - * Note: This function is not + * @note This function is not * thread-safe, so you will need to make - * sure that only on process at a time + * sure that only one process at a time * calls this function. */ template @@ -1042,9 +1043,9 @@ class ConstraintMatrix : public Subscriptor * function will not be able to correctly * handle inhomogeneities. * - * Note: This function is not + * @note This function is not * thread-safe, so you will need to make - * sure that only on process at a time + * sure that only one process at a time * calls this function. */ template @@ -1091,9 +1092,9 @@ class ConstraintMatrix : public Subscriptor * completely ignores inhomogeneous * constraints. * - * Note: This function is not + * @note This function is not * thread-safe, so you will need to - * make sure that only on process at a + * make sure that only one process at a * time calls this function. */ template @@ -1202,9 +1203,9 @@ class ConstraintMatrix : public Subscriptor * see the documentation in @ref * constraints module. * - * Note: This function is not + * @note This function is not * thread-safe, so you will need to - * make sure that only on process at a + * make sure that only one process at a * time calls this function. */ template -- 2.39.5