diff options
author | vchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com> | 2022-07-14 16:32:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 16:32:09 (GMT) |
commit | c835d16a597982d72bc160a96f2218a20f9dd010 (patch) | |
tree | 9681ccbc4d3f2367b78c86b985f5c96954e917e5 /doxygen/dox | |
parent | 385ae6ac5b729e9eaf076bd13424108e168fbf2d (diff) | |
download | hdf5-c835d16a597982d72bc160a96f2218a20f9dd010.zip hdf5-c835d16a597982d72bc160a96f2218a20f9dd010.tar.gz hdf5-c835d16a597982d72bc160a96f2218a20f9dd010.tar.bz2 |
Remove superfluous dot from hl doxygen. (#1891)
Co-authored-by: vchoi <vchoi@jelly.ad.hdfgroup.org>
Diffstat (limited to 'doxygen/dox')
-rw-r--r-- | doxygen/dox/high_level/extension.dox | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doxygen/dox/high_level/extension.dox b/doxygen/dox/high_level/extension.dox index 1481bdd..c81ac6e 100644 --- a/doxygen/dox/high_level/extension.dox +++ b/doxygen/dox/high_level/extension.dox @@ -57,7 +57,7 @@ * to the application provided buffer. * - \ref H5LTread_region * \n Reads selected data to an application buffer. - * . + * */ /*------------------------------------------------------------------------- @@ -311,7 +311,6 @@ H5_HLRDLL herr_t H5LRcopy_region(hid_t obj_id, * Valid values include the following: * - #H5_INDEX_NAME Alphanumeric index on name * - #H5_INDEX_CRT_ORDER Index on creation order - * . * * \p order specifies the order in which objects are to be * inspected along the index specified in \p index_type. @@ -319,7 +318,6 @@ H5_HLRDLL herr_t H5LRcopy_region(hid_t obj_id, * - #H5_ITER_INC Increasing order * - #H5_ITER_DEC Decreasing order * - #H5_ITER_NATIVE Fastest available order - * . * * For more detailed information on these two parameters, * see H5Lvisit(). @@ -328,7 +326,6 @@ H5_HLRDLL herr_t H5LRcopy_region(hid_t obj_id, * Valid values include the following: * - #H5R_DATASET_REGION Dataset region reference * - #H5R_OBJECT Object reference - * . * * \version 1.1 Fortran wrapper introduced in this release. * |