summaryrefslogtreecommitdiffstats
path: root/src/H5Emodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-17 19:55:03 (GMT)
committerGitHub <noreply@github.com>2022-05-17 19:55:03 (GMT)
commit63fc02bae8bfc38433cdd45011258901c25c7269 (patch)
tree12c8b22c3127f4543c4125e391bcc44d0e50e626 /src/H5Emodule.h
parent77a9291edae125c887c33e81d3d2af5b27f0cb38 (diff)
downloadhdf5-63fc02bae8bfc38433cdd45011258901c25c7269.zip
hdf5-63fc02bae8bfc38433cdd45011258901c25c7269.tar.gz
hdf5-63fc02bae8bfc38433cdd45011258901c25c7269.tar.bz2
Add H5S UG chapter, adjust details (#1775)
Diffstat (limited to 'src/H5Emodule.h')
-rw-r--r--src/H5Emodule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Emodule.h b/src/H5Emodule.h
index f3edebd..3a65bed 100644
--- a/src/H5Emodule.h
+++ b/src/H5Emodule.h
@@ -62,7 +62,7 @@
* design for the Error Handling API.
*
* \subsection subsec_error_H5E Error Handling Function Summaries
- * \ref H5E reference manual
+ * @see H5E reference manual
*
* \subsection subsec_error_program Programming Model for Error Handling
* This section is under construction.
@@ -605,7 +605,7 @@
* error stack. The error stack is statically allocated to reduce the
* complexity of handling errors within the \ref H5E package.
*
- * See \ref sec_error
+ * @see sec_error
*
*/