Skip to content

Commit

Permalink
[ 7650] replica_truncate: Fix Doxygen rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Apr 9, 2024
1 parent 1b4170d commit 379361d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions lib/api/include/irods/replica_truncate.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ extern "C" {
/// \param[in] _comm A pointer to a RcComm.
/// \param[in] _inp \parblock
/// DataObjInp structure which requires the following inputs:
/// objPath - The full logical path to the target data object.
/// dataSize - The desired size of the replica after truncating.
/// - objPath: The full logical path to the target data object.
/// - dataSize: The desired size of the replica after truncating.
///
/// The condInput supports the following keywords:
/// REPL_NUM_KW - The replica number of the replica to truncate.
/// RESC_NAME_KW - The name of the resource with the replica to truncate. Must be a root resource.
/// DEF_RESC_NAME_KW - The default resource to target in the absence of any other inputs or policy.
/// RESC_HIER_STR_KW - Full resource hierarchy to the replica to truncate. Use with caution.
/// ADMIN_KW - Flag indicating that the operation is to be performed with elevated privileges. No value required.
/// - REPL_NUM_KW: The replica number of the replica to truncate.
/// - RESC_NAME_KW: The name of the resource with the replica to truncate. Must be a root resource.
/// - DEF_RESC_NAME_KW: The default resource to target in the absence of any other inputs or policy.
/// - RESC_HIER_STR_KW: Full resource hierarchy to the replica to truncate. Use with caution.
/// - ADMIN_KW: Flag indicating that the operation is to be performed with elevated privileges. No value required.
/// \endparblock
/// \param[out] _out \parblock
/// Character string representing a JSON structure with the following form:
Expand Down
14 changes: 7 additions & 7 deletions server/api/include/irods/rs_replica_truncate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ extern "C" {
/// \param[in] _comm A pointer to a RsComm.
/// \param[in] _inp \parblock
/// DataObjInp structure which requires the following inputs:
/// objPath - The full logical path to the target data object.
/// dataSize - The desired size of the replica after truncating.
/// - objPath: The full logical path to the target data object.
/// - dataSize: The desired size of the replica after truncating.
///
/// The condInput supports the following keywords:
/// REPL_NUM_KW - The replica number of the replica to truncate.
/// RESC_NAME_KW - The name of the resource with the replica to truncate. Must be a root resource.
/// DEF_RESC_NAME_KW - The default resource to target in the absence of any other inputs or policy.
/// RESC_HIER_STR_KW - Full resource hierarchy to the replica to truncate. Use with caution.
/// ADMIN_KW - Flag indicating that the operation is to be performed with elevated privileges. No value required.
/// - REPL_NUM_KW: The replica number of the replica to truncate.
/// - RESC_NAME_KW: The name of the resource with the replica to truncate. Must be a root resource.
/// - DEF_RESC_NAME_KW: The default resource to target in the absence of any other inputs or policy.
/// - RESC_HIER_STR_KW: Full resource hierarchy to the replica to truncate. Use with caution.
/// - ADMIN_KW: Flag indicating that the operation is to be performed with elevated privileges. No value required.
/// \endparblock
/// \param[out] _out \parblock
/// Character string representing a JSON structure with the following form:
Expand Down

0 comments on commit 379361d

Please sign in to comment.