Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion c++/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ set (CPP_HDRS
${HDF5_CPP_SRC_SOURCE_DIR}/H5CommonFG.h
${HDF5_CPP_SRC_SOURCE_DIR}/H5CompType.h
${HDF5_CPP_SRC_SOURCE_DIR}/H5Cpp.h
${HDF5_CPP_SRC_SOURCE_DIR}/H5CppDoc.h
${HDF5_CPP_SRC_SOURCE_DIR}/H5DataSet.h
${HDF5_CPP_SRC_SOURCE_DIR}/H5DataSpace.h
${HDF5_CPP_SRC_SOURCE_DIR}/H5DataType.h
Expand Down
1 change: 0 additions & 1 deletion c++/src/H5CompType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ CompType::CompType(size_t size) : DataType(H5T_COMPOUND, size)
// Function: CompType overloaded constructor
///\brief Gets the compound datatype of the specified dataset.
///\param dataset - IN: Dataset that this enum datatype associates with
///\return CompType instance
///\exception H5::DataTypeIException
//--------------------------------------------------------------------------
CompType::CompType(const DataSet &dataset) : DataType()
Expand Down
94 changes: 0 additions & 94 deletions c++/src/H5CppDoc.h

This file was deleted.

1 change: 0 additions & 1 deletion c++/src/H5DataType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ DataType::find(const DataType &dest, H5T_cdata_t **pcdata) const
/// values
///\param background - IN: Optional background buffer
///\param plist - IN: Property list - default to PropList::DEFAULT
///\return Pointer to a suitable conversion function
///\exception H5::DataTypeIException
//--------------------------------------------------------------------------
void
Expand Down
1 change: 0 additions & 1 deletion c++/src/H5DcreatProp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ DSetCreatPropList::setAllocTime(H5D_alloc_time_t alloc_time) const
//--------------------------------------------------------------------------
// Function: DSetCreatPropList::setFillTime
///\brief Sets fill value writing time for dataset.
///\return Fill value writing time
///\exception H5::PropListIException
///\par Description
/// Valid values for fill value writing time include
Expand Down
1 change: 0 additions & 1 deletion c++/src/H5Library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <cstdlib>
#include <string>

#include "H5CppDoc.h" // included only for Doxygen to generate part of RM
#include "H5Include.h"
#include "H5Exception.h"
#include "H5IdComponent.h"
Expand Down
Loading
Loading