From 19294f003a41567b91f007a1e407808a508c0cdc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 27 Apr 2025 15:38:12 -0600 Subject: [PATCH] Fix the name of an exception class reference. --- doc/doxygen/headers/glossary.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5