From f42773d1bf4a035e34fdbbe46aa208ce6d9683a9 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 20 Jul 1999 11:28:52 +0000 Subject: [PATCH] Make comments understandable for our doc tools. git-svn-id: https://svn.dealii.org/trunk@1606 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index ea46c58104..ca3b9ecd6d 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -25,7 +25,7 @@ class ostream; -/* +/** * Structure representing the sparsity pattern of a sparse matrix. * * @author Original version by Roland Becker, Guido Kanschat, Franz-Theo Suttmeier; lots of enhancements, reorganisation and documentation by Wolfgang Bangerth @@ -570,7 +570,7 @@ class SparseMatrixStruct : public Subscriptor -/* +/** * Sparse matrix. * * @author Original version by Roland Becker, Guido Kanschat, Franz-Theo Suttmeier; lots of enhancements, reorganisation and documentation by Wolfgang Bangerth 1998 @@ -1219,7 +1219,7 @@ SparseMatrixStruct::column_number (const unsigned int row, return colnums[rowstart[row]+index]; } - + template inline -- 2.39.5