From 1ac74bc97bc8f6ac7386e25d8efa562767f1e19e Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Thu, 9 Jun 2005 07:37:06 +0000
Subject: [PATCH] member method appears in doxygen

[[Imported from SVN: r2117]]
---
 common/interfaces.hh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common/interfaces.hh b/common/interfaces.hh
index e0e835d62..c57aa5efb 100644
--- a/common/interfaces.hh
+++ b/common/interfaces.hh
@@ -7,6 +7,10 @@ namespace Dune {
 
   //! An interface class for cloneable objects
   struct Cloneable {
+
+    /** \brief ???
+       \todo Please doc me!!!
+     */
     virtual Cloneable* clone() const = 0;
   };
 
-- 
GitLab