From 00b091ae4b4f1ef7d2bd373c5181bc3ec1ef33f3 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Mon, 16 Oct 2006 17:57:49 +0000
Subject: [PATCH] doxygen fixes

[[Imported from SVN: r4734]]
---
 common/iteratorfacades.hh | 12 ++++++------
 common/typetraits.hh      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/common/iteratorfacades.hh b/common/iteratorfacades.hh
index af064d5b2..f498bd825 100644
--- a/common/iteratorfacades.hh
+++ b/common/iteratorfacades.hh
@@ -156,8 +156,8 @@ namespace Dune
      * void increment()
      * </pre>
      *
-     * For an elaborate explanation see the STL Documentation
-     * @link http://www.sgi.com/tech/stl/iterator_traits.html @endlink
+     * For an elaborate explanation see the
+     * <A HREF="http://www.sgi.com/tech/stl/iterator_traits.html">STL Documentation</A>!
      */
     typedef T DerivedType;
 
@@ -288,8 +288,8 @@ namespace Dune
      *
      * </pre>
      *
-     * For an elaborate explanation see the STL Documentation
-     * @link http://www.sgi.com/tech/stl/iterator_traits.html @endlink
+     * For an elaborate explanation see the
+     * <A HREF="http://www.sgi.com/tech/stl/iterator_traits.html">STL Documentation</A>
      */
     typedef T DerivedType;
 
@@ -442,8 +442,8 @@ namespace Dune
      * DifferenceType distanceTo(j) const;
      * </pre>
      *
-     * For an elaborate explanation see the STL Documentation
-     * @link http://www.sgi.com/tech/stl/iterator_traits.html @endlink
+     * For an elaborate explanation see the
+     * <A HREF="http://www.sgi.com/tech/stl/iterator_traits.html">STL Documentation</A>
      */
     typedef T DerivedType;
 
diff --git a/common/typetraits.hh b/common/typetraits.hh
index 7c2022fe4..b37b99695 100644
--- a/common/typetraits.hh
+++ b/common/typetraits.hh
@@ -165,7 +165,7 @@ namespace Dune
    * @brief Checks wether a type is derived from another.
    *
    * Inspired by
-   * @link http://www.kotiposti.net/epulkkin/instructive/base-class-determination.html @endlink
+   * <A HREF="http://www.kotiposti.net/epulkkin/instructive/base-class-determination.html"> this website</A>
    */
   template<class From, class To>
   class Conversion
-- 
GitLab