From e62b18ab65a947a849661751082fe0cc09ad9368 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 6 Apr 2018 11:50:12 -0400 Subject: [PATCH] Explicitly deprecate the Boundary module. --- doc/doxygen/headers/boundary.h | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.39.5