Skip to content
Snippets Groups Projects
Commit e9d8930e authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

put documentation into Common group

[[Imported from SVN: r2133]]
parent 5c9d8a1e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,15 @@
#define DUNE_AUTOPTR_HH
namespace Dune {
/** @addtogroup Common
@{
*/
/** \file
Class implementing automatic reference counting
*/
/** \brief An auto pointer class */
template <class Pointer>
class AutoPointer
......@@ -90,5 +99,8 @@ namespace Dune {
return (*this);
}
};
/** @} */
} // end namespace Dune
#endif
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