From 7e747164db49c8939cce07a35a04dadc6196eb10 Mon Sep 17 00:00:00 2001
From: guido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
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
+ * <h3>Usage</h3>
  *
  * 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
+ * <h3>Example</h3>
  * 
  * This is a simple example demonstrating the usage of this class. The
  * first column includes the numbers <tt>i=1..n</tt>, the second
-- 
2.39.5