summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataType.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-05-19 19:49:38 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-05-19 19:49:38 (GMT)
commite5844f4f01f2ead43d1f0647ef22c7eee861da17 (patch)
tree2f32e9236b6d04365fd23733ec58d233380fa141 /c++/src/H5DataType.cpp
parentbeccc53e951d86f071dc41aa8ea5a7dced3bf8a7 (diff)
downloadhdf5-e5844f4f01f2ead43d1f0647ef22c7eee861da17.zip
hdf5-e5844f4f01f2ead43d1f0647ef22c7eee861da17.tar.gz
hdf5-e5844f4f01f2ead43d1f0647ef22c7eee861da17.tar.bz2
[svn-r25204] Description:
Set OUTPUT_DIRECTORY to cpplus_RM and HTML_OUTPUT to '.' because they were reset by accident causing "bin/release doc" to fail. Ran bin/release to verify the failure was gone. Merged from trunk: r25202 Also, removed from functions' comments some arguments that are only applicable to the trunk. Doxygen gave warnings. Platforms tested: Linux/32 2.6 (jam) - very minor, only comments
Diffstat (limited to 'c++/src/H5DataType.cpp')
-rw-r--r--c++/src/H5DataType.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5DataType.cpp b/c++/src/H5DataType.cpp
index 016a3d5..08d1778 100644
--- a/c++/src/H5DataType.cpp
+++ b/c++/src/H5DataType.cpp
@@ -98,7 +98,6 @@ DataType::DataType( const H5T_class_t type_class, size_t size ) : H5Object()
///\param loc - IN: Location referenced object is in
///\param ref - IN: Reference pointer
///\param ref_type - IN: Reference type - default to H5R_OBJECT
-///\param plist - IN: Property list - default to PropList::DEFAULT
///\exception H5::ReferenceException
// Programmer Binh-Minh Ribler - Oct, 2006
// Modification
@@ -117,7 +116,6 @@ DataType::DataType(const H5Location& loc, const void* ref, H5R_type_t ref_type)
///\param attr - IN: Specifying location where the referenced object is in
///\param ref - IN: Reference pointer
///\param ref_type - IN: Reference type - default to H5R_OBJECT
-///\param plist - IN: Property list - default to PropList::DEFAULT
///\exception H5::ReferenceException
// Programmer Binh-Minh Ribler - Oct, 2006
// Modification