mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Fixed document format
Platforms tested: Linux/64 (jelly) (only in comment sections)
This commit is contained in:
parent
f5551a9602
commit
4578eb0fc1
@ -143,6 +143,7 @@ ArrayType& ArrayType::operator=(const ArrayType& rhs)
|
||||
// Function: ArrayType::decode
|
||||
///\brief Returns an ArrayType object via DataType* by decoding the
|
||||
/// binary object description of this type.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -129,6 +129,7 @@ CompType::CompType(const H5Location& loc, const H5std_string& dtype_name) : Data
|
||||
// Function: CompType::decode
|
||||
///\brief Returns a CompType object via DataType* by decoding the
|
||||
/// binary object description of this datatype.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -281,6 +281,7 @@ hid_t DataType::p_decode() const
|
||||
// Function: DataType::decode
|
||||
///\brief Returns a DataType instance by decoding the binary object
|
||||
/// description of this datatype.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
@ -301,6 +302,7 @@ DataType* DataType::decode() const
|
||||
//--------------------------------------------------------------------------
|
||||
// Function: DataType::encode
|
||||
///\brief Creates a binary object description of this datatype.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
@ -333,6 +335,7 @@ void DataType::encode()
|
||||
// Function: DataType::hasBinaryDesc
|
||||
///\brief Determines whether this datatype has a binary object
|
||||
/// description.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -253,6 +253,7 @@ void DSetCreatPropList::setSzip(unsigned int options_mask, unsigned int pixels_p
|
||||
// Function: DSetCreatPropList::setNbit
|
||||
///\brief Sets up for the use of the Nbit compression filter.
|
||||
///\exception H5::PropListIException
|
||||
///
|
||||
///\par Description
|
||||
/// The associate C function sets an Nbit compression filter,
|
||||
/// H5Z_FILTER_NBIT, for a dataset. For more information about
|
||||
|
@ -299,6 +299,7 @@ ssize_t DSetMemXferPropList::getDataTransform(char* exp, size_t buf_size) const
|
||||
// Function: DSetMemXferPropList::getDataTransform
|
||||
///\brief This is an overloaded member function, provided for convenience.
|
||||
/// It takes no parameter and returns a \c H5std_string for the expression.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
// Programmer Binh-Minh Ribler - Mar, 2014
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -151,6 +151,7 @@ EnumType::EnumType(const H5Location& loc, const H5std_string& dtype_name) : Data
|
||||
// Function: EnumType::decode
|
||||
///\brief Returns an EnumType object via DataType* by decoding the
|
||||
/// binary object description of this type.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -133,6 +133,7 @@ FloatType::FloatType(const H5Location& loc, const H5std_string& dtype_name) : At
|
||||
// Function: FloatType::decode
|
||||
///\brief Returns an FloatType object via DataType* by decoding the
|
||||
/// binary object description of this type.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -66,6 +66,7 @@ Group::Group(const Group& original) : H5Object(), CommonFG(), id(original.id)
|
||||
//--------------------------------------------------------------------------
|
||||
// Function: Group::closeObjId
|
||||
///\brief Closes an object, which was opened with Group::getObjId
|
||||
///
|
||||
///\exception H5::FileIException or H5::GroupIException
|
||||
// Programmer Binh-Minh Ribler - March, 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -132,6 +132,7 @@ IntType::IntType(const H5Location& loc, const H5std_string& dtype_name) : AtomTy
|
||||
// Function: IntType::decode
|
||||
///\brief Returns an IntType object via DataType* by decoding the
|
||||
/// binary object description of this type.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -107,6 +107,7 @@ LinkAccPropList::LinkAccPropList(const hid_t plist_id) : PropList(plist_id) {}
|
||||
///\brief Set the number of soft or user-defined link traversals allowed
|
||||
/// before the library assumes it has found a cycle and aborts the
|
||||
/// traversal.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
// Programmer Binh-Minh Ribler - March 1, 2017
|
||||
//--------------------------------------------------------------------------
|
||||
@ -124,6 +125,7 @@ void LinkAccPropList::setNumLinks(size_t nlinks) const
|
||||
// Function: LinkAccPropList::getNumLinks
|
||||
///\brief Gets the number of soft or user-defined links that can be
|
||||
/// traversed before a failure occurs.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
// Programmer Binh-Minh Ribler - March 1, 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -105,6 +105,7 @@ LinkCreatPropList::LinkCreatPropList(const hid_t plist_id) : PropList(plist_id)
|
||||
//--------------------------------------------------------------------------
|
||||
// Function: LinkCreatPropList::setCharEncoding
|
||||
///\brief Sets the character encoding of the string.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
// March, 2018
|
||||
//--------------------------------------------------------------------------
|
||||
@ -121,6 +122,7 @@ void LinkCreatPropList::setCharEncoding(H5T_cset_t encoding) const
|
||||
//--------------------------------------------------------------------------
|
||||
// Function: LinkCreatPropList::getCharEncoding
|
||||
///\brief Gets the character encoding of the string.
|
||||
///\return The character encoding
|
||||
///\exception H5::PropListIException
|
||||
// March, 2018
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -186,6 +186,7 @@ StrType::StrType(const H5Location& loc, const H5std_string& dtype_name) : AtomTy
|
||||
// Function: StrType::decode
|
||||
///\brief Returns an StrType object via DataType* by decoding the
|
||||
/// binary object description of this type.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -133,6 +133,7 @@ VarLenType::VarLenType(const H5Location& loc, const H5std_string& dtype_name) :
|
||||
// Function: VarLenType::decode
|
||||
///\brief Returns an VarLenType object via DataType* by decoding the
|
||||
/// binary object description of this type.
|
||||
///
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - Aug 2017
|
||||
//--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user