develop Merge doxygen from 1.12 branch (#2095)

This commit is contained in:
Allen Byrne
2022-09-14 15:44:24 -05:00
committed by GitHub
parent dcf3b54b6e
commit 45178c87a3
322 changed files with 39286 additions and 15709 deletions
@@ -16,17 +16,21 @@ package hdf.hdf5lib.exceptions;
/**
* The class HDF5LibraryException returns errors raised by the HDF5 library.
* <p>
* This sub-class represents HDF-5 major error code <b>H5E_FUNC</b>
* This sub-class represents HDF5 major error code <b>H5E_FUNC</b>
*/
public class HDF5FunctionEntryExitException extends HDF5LibraryException {
/**
* @ingroup JERRLIB
*
* Constructs an <code>HDF5FunctionEntryExitException</code> with no
* specified detail message.
*/
public HDF5FunctionEntryExitException() { super(); }
/**
* @ingroup JERRLIB
*
* Constructs an <code>HDF5FunctionEntryExitException</code> with the
* specified detail message.
*