From: Timo Heister Date: Mon, 13 May 2019 04:41:35 +0000 (-0600) Subject: a few more X-Git-Tag: v9.1.0-rc1~31^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ea4aa6bcc0045cc60a2236e527fbef32a4929a;p=dealii.git a few more --- diff --git a/include/deal.II/algorithms/general_data_storage.h b/include/deal.II/algorithms/general_data_storage.h index e028de1351..556ec7d50e 100644 --- a/include/deal.II/algorithms/general_data_storage.h +++ b/include/deal.II/algorithms/general_data_storage.h @@ -78,7 +78,7 @@ public: size() const; /** - * Merge the contents of @p other_data with this object. + * Merge the contents of @p other_data with this object. */ void merge(const GeneralDataStorage &other_data); diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 2a6da9fd79..e98d1a41b8 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -1986,7 +1986,7 @@ namespace DataOutBase * * For more information consult the Tecplot Users and Reference manuals. * - * @deprecated Use the version using DataComponentInterpretation instead. + * @deprecated Use the version using DataComponentInterpretation instead. */ template DEAL_II_DEPRECATED void diff --git a/include/deal.II/base/linear_index_iterator.h b/include/deal.II/base/linear_index_iterator.h index 84b264da37..deda04fbca 100644 --- a/include/deal.II/base/linear_index_iterator.h +++ b/include/deal.II/base/linear_index_iterator.h @@ -31,7 +31,6 @@ DEAL_II_NAMESPACE_OPEN * for SparseMatrix the mapping from buffer location to matrix entry * $\mathbf{A}(i, j)$ is more complicated. In any case, however, the * contiguous arrangements of elements enables random access iteration. - * LinearIndexIterator provides most of the functionality needed to write * iterators for these classes. LinearIndexIterator is essentially a * simplified version of boost::iterator_facade that assumes