From 36bc97a178a2a97072139b9414bea66027a76f40 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 20 Nov 2012 15:53:53 +0000 Subject: [PATCH] Fix some more comment. git-svn-id: https://svn.dealii.org/trunk@27596 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/vector.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/lac/vector.h b/deal.II/include/deal.II/lac/vector.h index 24d3fefd38..7135bd0cd0 100644 --- a/deal.II/include/deal.II/lac/vector.h +++ b/deal.II/include/deal.II/lac/vector.h @@ -81,10 +81,12 @@ struct VectorOperation /** * Numerical vector of data. For this class there are different types - * of functions available. The first type of function measures the norm + * of functions available. The first type of function initializes the + * vector, changes its size, or computes the norm * of the vector in order to measure its length in a suitable norm. The * second type helps us to manipulate the components of the vector. The - * third and last type supports the algebraic operations for vectors. + * third type defines the algebraic operations for vectors, while the + * last type defines a few input and output functions. * As opposed to the array of the C++ standard library called * @p vector (with a lowercase "v"), this class implements an element * of a vector space suitable for numerical computations. @@ -901,7 +903,7 @@ class Vector : public Subscriptor /** - * @name 5: Mixed stuff + * @name 4: Mixed stuff */ //@{ /** -- 2.39.5