From: wolf Date: Tue, 1 Jun 1999 12:19:16 +0000 (+0000) Subject: Doc update to make doc++ happy. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ac5fc015e4e13eadd79ff6df80076b5158648a;p=dealii-svn.git Doc update to make doc++ happy. git-svn-id: https://svn.dealii.org/trunk@1356 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index ca38f0dfd5..3a1701629c 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -729,12 +729,12 @@ class DataOut { }; }; - /** - * Structure for the control of - * eps_output. See general - * documentation of class DataOut for - * description. - */ + + +/** + * Structure for the control of encapsulated postscript output. See + * general documentation of class #DataOut# for description. + */ class EpsOutputData{ public: /** diff --git a/deal.II/lac/include/lac/precondition_selector.h b/deal.II/lac/include/lac/precondition_selector.h index 070024ad9b..6e113e90c1 100644 --- a/deal.II/lac/include/lac/precondition_selector.h +++ b/deal.II/lac/include/lac/precondition_selector.h @@ -91,8 +91,8 @@ class PreconditionSelector /** * Takes the matrix that is needed * for preconditionings that involves a - * matrix. e.g. for precondition_jacobi, - * ~_sor, ~_ssor. + * matrix. e.g. for #precondition_jacobi#, + * #~_sor#, #~_ssor#. */ void use_matrix(const Matrix &M);