Skip to content

Commit

Permalink
[docs] Fix doxygen build
Browse files Browse the repository at this point in the history
Error in doxygen build due to incorrect function parameters.

Change-Id: I119989246f79c16988918de957553fa5d76a766f
Reviewed-on: http://gerrit.cloudera.org:8080/17390
Tested-by: Kudu Jenkins
Reviewed-by: Andrew Wong <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
  • Loading branch information
bbhavsar authored and alexeyserbin committed May 3, 2021
1 parent f6bff90 commit 28a3baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kudu/client/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ class KUDU_EXPORT KuduTransaction :
/// @c wait parameter, either returns right after that or awaits
/// for the commit to finalize.
///
/// @param [in] mode
/// @param [in] wait
/// This parameter controls the way how this method operates:
/// @li @c true means synchronous operation mode
/// @li @c false means asynchronous operation mode
Expand All @@ -410,7 +410,7 @@ class KUDU_EXPORT KuduTransaction :
/// succeeded or failed by the time of processing the request.
/// This parameter is assigned a meaningful value iff the method returns
/// @c Status::OK().
/// @param [out] commit_status
/// @param [out] completion_status
/// The status of finalization of the transaction's commit phase:
/// @li Status::OK() if the commit phase successfully finalized
/// @li non-OK status if the commit phase failed to finalize
Expand Down

0 comments on commit 28a3baa

Please sign in to comment.