From 54fd0bfe63839a4c530d200beb85fd7d5bf6fdec Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 May 2004 13:51:14 +0000 Subject: [PATCH] Mention correct namespace. git-svn-id: https://svn.dealii.org/trunk@9175 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/lac/dox.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/doxygen/headers/lac/dox.h b/deal.II/doc/doxygen/headers/lac/dox.h index fb2181072f..e53c01a8fd 100644 --- a/deal.II/doc/doxygen/headers/lac/dox.h +++ b/deal.II/doc/doxygen/headers/lac/dox.h @@ -97,11 +97,11 @@ */ /** - * @defgroup PETSc PETSc - * The classes in this module are wrappers around functionality provided by - * the PETSc library. They provide a modern object-oriented interface that is - * compatible with the interfaces of the other linear algebra classes in - * deal.II. + * @defgroup PETScWrappers PETScWrappers The classes in this module are + * wrappers around functionality provided by the PETSc library. They provide a + * modern object-oriented interface that is compatible with the interfaces of + * the other linear algebra classes in deal.II. All classes and functions in + * this group reside in a namespace @p PETScWrappers. * * These classes are only available if a PETSc installation was detected * during configuration of deal.II. Refer to the README file for more details -- 2.39.5