From 9b77c507060264cc24e15a3af84c3257716e47cb Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Fri, 11 Apr 2014 23:45:20 -0500 Subject: [svn-r25032] Description: Fixed typos in comments. Platforms tested: Linux/32 2.6 (jam) - very minor --- c++/src/H5CommonFG.h | 2 +- c++/src/H5DxferProp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h index e47e70e..edd015f 100644 --- a/c++/src/H5CommonFG.h +++ b/c++/src/H5CommonFG.h @@ -28,7 +28,7 @@ class ArrayType; class VarLenType; /*! \class CommonFG - \brief \i CommonFG is an abstract base class of H5File and H5Group. + \brief \a CommonFG is an abstract base class of H5File and H5Group. It provides common operations of H5File and H5Group. */ diff --git a/c++/src/H5DxferProp.cpp b/c++/src/H5DxferProp.cpp index c58eeda..1f4a638 100644 --- a/c++/src/H5DxferProp.cpp +++ b/c++/src/H5DxferProp.cpp @@ -229,7 +229,7 @@ void DSetMemXferPropList::setDataTransform(const H5std_string& expression) const //-------------------------------------------------------------------------- // Function: DSetMemXferPropList::getDataTransform ///\brief Sets data transform expression. -///\param expression - OUT: buffer for data transform expression (char*) +///\param exp - OUT: buffer for data transform expression (char*) ///\param buf_size - IN: size of buffer for expression, including the /// null terminator ///\exception H5::PropListIException -- cgit v0.12