summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-20 20:54:30 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-20 20:54:30 (GMT)
commit85ff720d0c889f98e05692ac02533d99d798a094 (patch)
tree38809f6fec747c885280a5a12d3a83794405f390 /c++/src/H5IntType.cpp
parent7d3bfaaaa31ad4ead22a282f09f40502147ecd01 (diff)
downloadhdf5-85ff720d0c889f98e05692ac02533d99d798a094.zip
hdf5-85ff720d0c889f98e05692ac02533d99d798a094.tar.gz
hdf5-85ff720d0c889f98e05692ac02533d99d798a094.tar.bz2
[svn-r8555] Purpose:
Add documentation Description: Added doxygen documentation and removed incorrect comments. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Windows 2000 Misc. update:
Diffstat (limited to 'c++/src/H5IntType.cpp')
-rw-r--r--c++/src/H5IntType.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5IntType.cpp b/c++/src/H5IntType.cpp
index dc27904..7dcd891 100644
--- a/c++/src/H5IntType.cpp
+++ b/c++/src/H5IntType.cpp
@@ -92,7 +92,6 @@ IntType::IntType( const DataSet& dataset ) : AtomType()
//--------------------------------------------------------------------------
// Function: IntType::getSign
///\brief Retrieves the sign type for an integer type.
-///\param dataset - IN: Dataset that this integer datatype associates with
///\return Valid sign type
///\exception H5::DataTypeIException
// Programmer Binh-Minh Ribler - 2000