From: Wolfgang Bangerth Date: Sun, 27 Apr 2025 21:38:12 +0000 (-0600) Subject: Fix the name of an exception class reference. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19294f003a41567b91f007a1e407808a508c0cdc;p=dealii.git Fix the name of an exception class reference. --- diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index fad06d8fb5..1ddc9c2e63 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -2451,7 +2451,8 @@ * [line search algorithms](https://en.wikipedia.org/wiki/Line_search) * where using a shorter step length might actually succeed.) In such * cases, a user-provided callback function should throw an exception - * of type RecoverableUserCallbackError, which will then internally be + * of type StandardExceptions::RecoverableUserCallbackError, + * which will then internally be * translated into an appropriate code understandable by the underlying * library. It is worthwhile pointing out that a user callback throwing * a "recoverable" exception does not actually guarantee that the