summaryrefslogtreecommitdiffstats
path: root/rasodmg/marray.hh
diff options
context:
space:
mode:
Diffstat (limited to 'rasodmg/marray.hh')
-rw-r--r--rasodmg/marray.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/rasodmg/marray.hh b/rasodmg/marray.hh
index 8b5e5ea..18d4385 100644
--- a/rasodmg/marray.hh
+++ b/rasodmg/marray.hh
@@ -50,7 +50,10 @@ using namespace std;
a normal C or C++ array from the programmers point of view.
*/
-
+
+/**
+ * \ingroup Rasodmgs
+ */
template<class T>
class r_Marray : public r_GMarray
{