From: Wolfgang Bangerth Date: Tue, 4 May 2004 13:51:14 +0000 (+0000) Subject: Mention correct namespace. X-Git-Tag: v8.0.0~15201 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54fd0bfe63839a4c530d200beb85fd7d5bf6fdec;p=dealii.git Mention correct namespace. git-svn-id: https://svn.dealii.org/trunk@9175 0785d39b-7218-0410-832d-ea1e28bc413d --- 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