bw_phase_gen: fix doc

This commit is contained in:
Stefano D'Angelo 2024-07-07 18:11:28 +02:00
parent 6f856ec04c
commit 862e56840f

View File

@ -25,7 +25,7 @@
* description {{{ * description {{{
* Phase generator with portamento and exponential frequency modulation. * Phase generator with portamento and exponential frequency modulation.
* *
* It outputs a normalized phase signal (range [`0.f`, `1.f`]). * It outputs a normalized phase signal (range [`0.f`, `1.f`)).
* }}} * }}}
* changelog {{{ * changelog {{{
* <ul> * <ul>
@ -46,6 +46,8 @@
* <li>Fixed bug in <code>bw_phase_gen_process_multi()</code> by which * <li>Fixed bug in <code>bw_phase_gen_process_multi()</code> by which
* debugging code could report false negatives when * debugging code could report false negatives when
* <code>BW_NULL</code> buffers are used.</li> * <code>BW_NULL</code> buffers are used.</li>
* <li>Fixed typo in the module description regarding output
* range.</li>
* </ul> * </ul>
* </li> * </li>
* <li>Version <strong>1.1.0</strong>: * <li>Version <strong>1.1.0</strong>: