improved comment

master
Ondřej Hruška 8 years ago
parent 98f8984f38
commit d90069e0cf
  1. 4
      src/vec_match.h

@ -89,7 +89,9 @@ uint32_t vec_pack(float *result, uint32_t result_capacity,
/**
* Unpack a vector compressed with vec_pack().
*
* If returned length exceeds provided buffer capacity, it's an indication that you need to enlarge your buffer.
* If returned length exceeds provided buffer capacity, it's an indication that you need
* to enlarge your buffer, or increase threshold.
*
* The buffer is never overrun, though.
*
* @param result result buffer

Loading…
Cancel
Save