From 273264bc6c8f5ff9f74ba1ea0a03890f33b7a0cd Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 24 Jul 2005 21:09:09 +0000 Subject: [PATCH] @section etc. removed git-svn-id: https://svn.dealii.org/trunk@11187 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/table_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/table_handler.h b/deal.II/base/include/base/table_handler.h index 832ae8f292..3f920a4ec8 100644 --- a/deal.II/base/include/base/table_handler.h +++ b/deal.II/base/include/base/table_handler.h @@ -119,7 +119,7 @@ class TableEntry : public TableEntryBase * stream. The value type actually may vary from column to column and * from row to row. * - * @section TableHandlerUsage Usage + *

Usage

* * The most important function is the templatized function * add_value(const std::string &key, const value_type value), that @@ -137,7 +137,7 @@ class TableEntry : public TableEntryBase * to prescribe the format and the captions the columns are written * with in tex mode. * - * @section TableHandlerExample Example + *

Example

* * This is a simple example demonstrating the usage of this class. The * first column includes the numbers i=1..n, the second -- 2.39.5