Skip to content

Commit

Permalink
Add function description for PDC_SIZE_UNLIMITED
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Aug 2, 2023
1 parent 96a736a commit cd82bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/pdc_obj/include/pdc_obj.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ perr_t PDCprop_set_obj_tags(pdcid_t obj_prop, char *tags);
*
* \param obj_prop [IN] ID of object property, returned by PDCprop_create(PDC_OBJ_CREATE)
* \param ndim [IN] Number of dimensions
* \param dims [IN] Size of each dimension
* \param dims [IN] Size of each dimension, positive value, can be PDC_SIZE_UNLIMITED
*
* \return Non-negative on success/Negative on failure
*/
Expand Down

0 comments on commit cd82bd4

Please sign in to comment.