From: Wolfgang Bangerth Date: Mon, 13 Apr 2015 12:02:57 +0000 (-0500) Subject: Reference a particular class in a comment. X-Git-Tag: v8.3.0-rc1~280^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf31fe8b38ba5742d60b1057f45f359cace5167c;p=dealii.git Reference a particular class in a comment. --- diff --git a/include/deal.II/lac/sparsity_pattern.h b/include/deal.II/lac/sparsity_pattern.h index 6519df7342..2295d43ab1 100644 --- a/include/deal.II/lac/sparsity_pattern.h +++ b/include/deal.II/lac/sparsity_pattern.h @@ -86,7 +86,7 @@ namespace internals /** - * Iterators on sparsity patterns + * Iterators on objects of type SparsityPattern. */ namespace SparsityPatternIterators {