From: Wolfgang Bangerth Date: Tue, 29 Sep 2020 22:18:28 +0000 (-0600) Subject: Improve referencing to other functions. X-Git-Tag: v9.3.0-rc1~1051^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c84ca2bc79c0a1fba3134551ee174bc3ce1e481;p=dealii.git Improve referencing to other functions. --- 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;