Skip to content

Commit

Permalink
Fix Doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Mar 10, 2024
1 parent 027fa81 commit 4492640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDhdfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extern "C" {
* Version number of the H5FD_hdfs_fapl_t structure. Any instance passed
* to H5Pset_fapl_hdfs() / H5Pget_fapl_hdfs() must have a recognized version
* number or an error will be raised. Currently, this field should be set
* to #H5FD_CURR_HDFS_FAPL_T_VERSION.
* to #H5FD__CURR_HDFS_FAPL_T_VERSION.
*
* \var char H5FD_hdfs_fapl_t::namenode_name[H5FD__HDFS_NODE_NAME_SPACE + 1]
* Name of "Name Node" to access as the HDFS server
Expand Down

0 comments on commit 4492640

Please sign in to comment.