From 090ca8e18b72ba89361318df50b0fea9aa360117 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Sat, 8 Aug 2015 11:20:37 -0500 Subject: [PATCH] Specify when Assert* will be active in immediate documentation --- include/deal.II/base/exceptions.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/base/exceptions.h b/include/deal.II/base/exceptions.h index e5213f456a..d6cca660a3 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -286,6 +286,7 @@ namespace deal_II_exceptions * * See the ExceptionBase class for more information. * + * @note Active in DEBUG mode only * @ingroup Exceptions * @author Wolfgang Bangerth, 1997, 1998, Matthias Maier, 2013 */ @@ -314,6 +315,7 @@ namespace deal_II_exceptions * * See the ExceptionBase class for more information. * + * @note Active in DEBUG mode only * @ingroup Exceptions * @author Wolfgang Bangerth, 1997, 1998, Matthias Maier, 2013 */ @@ -340,6 +342,7 @@ namespace deal_II_exceptions * * See the ExceptionBase class for more information. * + * @note Active in both DEBUG and RELEASE modes * @ref ExceptionBase * @ingroup Exceptions * @author Wolfgang Bangerth, 1997, 1998, Matthias Maier, 2013 -- 2.39.5