From: Lei Qiao Date: Sat, 8 Aug 2015 16:20:37 +0000 (-0500) Subject: Specify when Assert* will be active in immediate documentation X-Git-Tag: v8.4.0-rc2~645^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1309%2Fhead;p=dealii.git Specify when Assert* will be active in immediate documentation --- 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