summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-12-07 15:51:03 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-12-07 15:51:03 (GMT)
commit8f181ff0c17c31ea40d0c043212af1702e4f5d11 (patch)
treef76b1fdf86df55abe297890cd8c08e30ee4eb2ea /c++/src/H5DataType.h
parentbb62f7311f83f3641184c1e8d8a1b8cd7c0b5e3c (diff)
downloadhdf5-8f181ff0c17c31ea40d0c043212af1702e4f5d11.zip
hdf5-8f181ff0c17c31ea40d0c043212af1702e4f5d11.tar.gz
hdf5-8f181ff0c17c31ea40d0c043212af1702e4f5d11.tar.bz2
Miscellaneous cleanup
Description: Moved items around to remove Doxygen warnings. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5DataType.h')
-rw-r--r--c++/src/H5DataType.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/H5DataType.h b/c++/src/H5DataType.h
index 5e10c20..29cc990 100644
--- a/c++/src/H5DataType.h
+++ b/c++/src/H5DataType.h
@@ -150,7 +150,6 @@ class H5_DLLCPP DataType : public H5Object {
// Opens a datatype and returns the id.
hid_t p_opentype(const H5Location& loc, const char* dtype_name) const;
-
#endif // DOXYGEN_SHOULD_SKIP_THIS
private:
@@ -162,7 +161,9 @@ class H5_DLLCPP DataType : public H5Object {
// Friend function to set DataType id. For library use only.
friend void f_DataType_setId(DataType* dtype, hid_t new_id);
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
void p_commit(hid_t loc_id, const char* name);
+#endif // DOXYGEN_SHOULD_SKIP_THIS
}; // end of DataType
} // namespace H5