From: Guido Kanschat Date: Fri, 9 Jan 2004 10:57:42 +0000 (+0000) Subject: Doc for doxygen X-Git-Tag: v8.0.0~15941 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04f0906c59a52ebc0b60a08a79ba31347ccd08d7;p=dealii.git Doc for doxygen git-svn-id: https://svn.dealii.org/trunk@8288 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index 963f7c665e..d743955331 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -32,7 +32,7 @@ * 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 ConvergenceTable::Usage Usage + * @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().