From 96a26205bdbff89675312280a4402e57ca2de833 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Mon, 20 Aug 2018 00:08:50 +0200 Subject: [PATCH] Fix doxygen documentation --- source/base/hdf5.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/base/hdf5.cc b/source/base/hdf5.cc index c33a491efe..581f17eee7 100644 --- a/source/base/hdf5.cc +++ b/source/base/hdf5.cc @@ -193,7 +193,7 @@ namespace HDF5 return &data[0][0]; } - // This function initializes a container of T type + // This function initializes a container of number type template