From: David Wells Date: Fri, 6 Apr 2018 15:50:12 +0000 (-0400) Subject: Explicitly deprecate the Boundary module. X-Git-Tag: v9.0.0-rc1~142^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62b18ab65a947a849661751082fe0cc09ad9368;p=dealii.git Explicitly deprecate the Boundary module. --- diff --git a/doc/doxygen/headers/boundary.h b/doc/doxygen/headers/boundary.h index b6d9bf2a66..9a79624d97 100644 --- a/doc/doxygen/headers/boundary.h +++ b/doc/doxygen/headers/boundary.h @@ -17,6 +17,12 @@ /** * @defgroup boundary Boundary and manifold description for triangulations * + * @warning This module describes usage of the Boundary classes, which are + * deprecated: see the + * @ref manifold + * module for detailed information on how to describe curved boundaries with + * the Manifold classes, which are the replacements for the Boundary classes. + * * The classes in this module are concerned with the description of the * geometry of a domain in which a Triangulation lives. This geometry * description is necessary in three contexts: