summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-12-20 22:59:40 (GMT)
committerGitHub <noreply@github.com>2022-12-20 22:59:40 (GMT)
commitc1e44d32e616518e0626bdfe042bed0052846fef (patch)
treeca3d476dc7551b26ad617c91a81aef39bd722493 /src/H5Tpublic.h
parentb9244a85d9f1cc5e9bbec61ca73c0cbd9c4cf249 (diff)
downloadhdf5-c1e44d32e616518e0626bdfe042bed0052846fef.zip
hdf5-c1e44d32e616518e0626bdfe042bed0052846fef.tar.gz
hdf5-c1e44d32e616518e0626bdfe042bed0052846fef.tar.bz2
Fix doxygen warnings and remove javadocs (#2324)
* Fix doxygen warnings and remove javadocs * fix typo
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index dcaffd8..16172a8 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -1035,7 +1035,7 @@ H5_DLLVAR hid_t H5T_NATIVE_UINT_FAST64_g;
* When creating a fixed-length string datatype, \p size will
* be the length of the string in bytes. The length of the
* string in characters will depend on i the encoding used; see
- * H5Pset_char_encoding().
+ * #H5Pset_char_encoding.
*
* ENUMs created with this function have a signed native integer
* base datatype. Use H5Tenum_create() if a different integer base