summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrcreatProp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5StrcreatProp.cpp')
-rw-r--r--c++/src/H5StrcreatProp.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/c++/src/H5StrcreatProp.cpp b/c++/src/H5StrcreatProp.cpp
index eb8ae6f..b296a65 100644
--- a/c++/src/H5StrcreatProp.cpp
+++ b/c++/src/H5StrcreatProp.cpp
@@ -26,6 +26,9 @@
namespace H5 {
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+// Currently, StrCreatPropList is an internal base class.
+
//--------------------------------------------------------------------------
// Function: StrCreatPropList default constructor
///\brief Default constructor: Creates a string create property list
@@ -51,6 +54,8 @@ StrCreatPropList::StrCreatPropList(const StrCreatPropList& original) : PropList(
//--------------------------------------------------------------------------
StrCreatPropList::StrCreatPropList(const hid_t plist_id) : PropList(plist_id) {}
+#endif // DOXYGEN_SHOULD_SKIP_THIS
+
//--------------------------------------------------------------------------
// Function: StrCreatPropList::setCharEncoding
///\brief Sets the character encoding of the string.