diff options
Diffstat (limited to 'src/math/twists.h')
| -rw-r--r-- | src/math/twists.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/twists.h b/src/math/twists.h index dcbdb31..d68bb27 100644 --- a/src/math/twists.h +++ b/src/math/twists.h @@ -15,8 +15,8 @@ void twist_rand_to(curve_t *to, const curve_t *of); /** - * @brief - * @param what + * @brief Twists the <code>what</code> curve randomly, inplae. + * @param what The curve to be twisted, also the result. */ void twist_rand(curve_t *what); |
