summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataSet.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 04:33:50 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 04:33:50 (GMT)
commit6b8d6e870f118b36429893ee1f1180bc0e2399a7 (patch)
treea59b48455414af69bfaa09e173860c25706a2f7a /c++/src/H5DataSet.cpp
parenta791213860bee1a2990a9b502819f17abf7ff8a0 (diff)
downloadhdf5-6b8d6e870f118b36429893ee1f1180bc0e2399a7.zip
hdf5-6b8d6e870f118b36429893ee1f1180bc0e2399a7.tar.gz
hdf5-6b8d6e870f118b36429893ee1f1180bc0e2399a7.tar.bz2
[svn-r25031] Purpose: Fix HDFFV-8737
Description: - Fixed a few comments that Doxygen gave warnings on. - Updated configuration file for Doxygen. - Removed stylesheet from configuration so Doxygen will use the default stylesheet and removed the CLANG-related lines to eliminate another error since we're not using that feature, so the lines should not present. (from cpp_doc_config) - Added missing images (merged from trunk-r24996 and r25019) Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Diffstat (limited to 'c++/src/H5DataSet.cpp')
-rw-r--r--c++/src/H5DataSet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5DataSet.cpp b/c++/src/H5DataSet.cpp
index f84e0be..0e4c70e 100644
--- a/c++/src/H5DataSet.cpp
+++ b/c++/src/H5DataSet.cpp
@@ -85,6 +85,7 @@ DataSet::DataSet(const DataSet& original) : AbstractDs(original), H5Object(origi
/// object that the dataset is located within.
///\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::DataSetIException
///\par Description
/// \c loc can be DataSet, Group, H5File, or named DataType, that
@@ -106,6 +107,7 @@ DataSet::DataSet(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