Skip to content
Snippets Groups Projects
Commit 1ac74bc9 authored by Oliver Sander's avatar Oliver Sander
Browse files

member method appears in doxygen

[[Imported from SVN: r2117]]
parent 23c9cd94
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ namespace Dune {
//! An interface class for cloneable objects
struct Cloneable {
/** \brief ???
\todo Please doc me!!!
*/
virtual Cloneable* clone() const = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment