From: wolf Date: Tue, 20 Jul 1999 11:28:52 +0000 (+0000) Subject: Make comments understandable for our doc tools. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42773d1bf4a035e34fdbbe46aa208ce6d9683a9;p=dealii-svn.git Make comments understandable for our doc tools. git-svn-id: https://svn.dealii.org/trunk@1606 0785d39b-7218-0410-832d-ea1e28bc413d --- 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