From c6b592d5263df5226d2559fbb8d59d3fffdba3eb Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 26 Jul 2005 12:30:41 +0000 Subject: [PATCH] @section removed git-svn-id: https://svn.dealii.org/trunk@11207 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/auto_derivative_function.h | 1 - deal.II/base/include/base/convergence_table.h | 1 - 2 files changed, 2 deletions(-) diff --git a/deal.II/base/include/base/auto_derivative_function.h b/deal.II/base/include/base/auto_derivative_function.h index bbc91c960c..2563054fde 100644 --- a/deal.II/base/include/base/auto_derivative_function.h +++ b/deal.II/base/include/base/auto_derivative_function.h @@ -23,7 +23,6 @@ * employing numerical difference quotients. This only, if the user * function does not provide the gradient function himself. * - * @section Usage Usage * The following example of an user defined function overloads and * implements only the value() function but not the gradient() * function. If the gradient() function is invoked then the gradient diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index 08bcde0351..d8a535618a 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -32,7 +32,6 @@ * set in relation to the number of cells or the number of DoFs. The * implementations of these non-standard methods is left to a user. * - * @section ConvergenceTableUsage Usage * The number of cells and the number of DoFs may be added to the table by * calling e.g. add_value("n cells", n_cells). The table * data is also added by calling add_value(). -- 2.39.5