From 6c84ca2bc79c0a1fba3134551ee174bc3ce1e481 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 29 Sep 2020 16:18:28 -0600 Subject: [PATCH] Improve referencing to other functions. --- include/deal.II/lac/block_sparsity_pattern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/block_sparsity_pattern.h b/include/deal.II/lac/block_sparsity_pattern.h index c0460d904f..e0e8b50aed 100644 --- a/include/deal.II/lac/block_sparsity_pattern.h +++ b/include/deal.II/lac/block_sparsity_pattern.h @@ -302,7 +302,7 @@ public: * understands and which can be used to plot the sparsity pattern in a * graphical way. This is the same functionality implemented for usual * sparsity patterns, see - * @ref SparsityPattern. + * SparsityPatternBase::print_gnuplot(). */ void print_gnuplot(std::ostream &out) const; @@ -310,7 +310,7 @@ public: /** * Print the sparsity of the matrix in svg format. This is the same * functionality implemented for usual sparsity patterns, see - * @ref SparsityPattern. + * SparsityPatternBase::print_svg(). */ void print_svg(std::ostream &out) const; -- 2.39.5