From a9ad5d1cd07390b753fda274d672fc8bce7df608 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 8 Apr 2018 18:15:51 -0400 Subject: [PATCH] Update the exception module. This module referenced a few since-removed functions. --- doc/doxygen/headers/exceptions.h | 109 +++++++++++++++---------------- 1 file changed, 54 insertions(+), 55 deletions(-) diff --git a/doc/doxygen/headers/exceptions.h b/doc/doxygen/headers/exceptions.h index d8d9cb9872..eb356ba30c 100644 --- a/doc/doxygen/headers/exceptions.h +++ b/doc/doxygen/headers/exceptions.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2018 by the deal.II authors // // This file is part of the deal.II library. // @@ -21,10 +21,10 @@ * deal.II. * *

Brief overview

- * + * * Exceptions are used in two different ways: *