From: Wolfgang Bangerth Date: Wed, 31 Oct 2012 11:39:28 +0000 (+0000) Subject: Fix a bunch of typos and improve mark-up. X-Git-Tag: v8.0.0~1906 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb601bcd42bf14dbc64c109ac32fe6d3141b1fe1;p=dealii.git Fix a bunch of typos and improve mark-up. git-svn-id: https://svn.dealii.org/trunk@27252 0785d39b-7218-0410-832d-ea1e28bc413d --- 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