From d0ac5fc015e4e13eadd79ff6df80076b5158648a Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Jun 1999 12:19:16 +0000 Subject: [PATCH] Doc update to make doc++ happy. git-svn-id: https://svn.dealii.org/trunk@1356 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_io.h | 12 ++++++------ deal.II/lac/include/lac/precondition_selector.h | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) 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); -- 2.39.5