Skip to content

Commit

Permalink
doc: correct doxygen for rz_bv_copy() (#4715)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 authored Nov 14, 2024
1 parent d2bd940 commit 8eec797
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions librz/util/bitvector.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ RZ_API RZ_OWN RzBitVector *rz_bv_dup(const RZ_NONNULL RzBitVector *bv) {
}

/**
* Copy from source bitvector to destination bitvector
* the maximum copied size depends on MIN(src_len, dst_len)
* Copy from source bitvector to destination bitvector.
* The bitvectors must have the same length.
*
* \param src RzBitVector, the source bitvector
* \param dst RzBitVector, the destination bitvector
* \return Actual size of copy
Expand Down

0 comments on commit 8eec797

Please sign in to comment.