Skip to content

Commit

Permalink
Merge pull request #12802 from bangerth/doc-66
Browse files Browse the repository at this point in the history
Better label documentation sections in sparse_matrix.h.
  • Loading branch information
tamiko committed Oct 8, 2021
2 parents d2dac06 + c76ca3f commit db585a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/deal.II/lac/sparse_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ class SparseMatrix : public virtual Subscriptor

//@}
/**
* @name Entry Access
* @name Accessing elements
*/
//@{

Expand Down Expand Up @@ -1105,7 +1105,7 @@ class SparseMatrix : public virtual Subscriptor

//@}
/**
* @name Multiplications
* @name Multiplying matrices and vectors
*/
//@{
/**
Expand Down

0 comments on commit db585a7

Please sign in to comment.