fix code quotes in doc of many modules
This commit is contained in:
parent
5dfa580d3e
commit
9322e658b4
@ -30,7 +30,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_ap1_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_ap1_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -30,7 +30,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_ap2_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_ap2_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -29,7 +29,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added `bw_buf_fill()` and `bw_buf_add()`.</li>
|
||||
* <li>Added <code>bw_buf_fill()</code> and
|
||||
* <code>bw_buf_add()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -30,13 +30,14 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added `BW_SIZE_T`.</li>
|
||||
* <li>Added <code>BW_SIZE_T</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.2.0</strong>:
|
||||
* <ul>
|
||||
* <li>Removed `BW_MALLOC`, `BW_REALLOC`, and `BW_FREE`.</li>
|
||||
* <li>Added `BW_RESTRICT`.</li>
|
||||
* <li>Removed <code>BW_MALLOC</code>, <code>BW_REALLOC</code>,
|
||||
* and <code>BW_FREE</code>.</li>
|
||||
* <li>Added <code>BW_RESTRICT</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.1.0</strong>:
|
||||
|
@ -30,7 +30,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_hp1_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_hp1_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -31,7 +31,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_hs1_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_hs1_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -31,7 +31,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_hs2_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_hs2_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -32,7 +32,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_lp1_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_lp1_reset_state()</code>.</li>
|
||||
* <li>Fixed unused parameter warnings.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
|
@ -32,7 +32,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_ls1_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_ls1_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -32,7 +32,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_ls2_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_ls2_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -72,21 +72,24 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added `bw_ceilf()`, `bw_intfracf()`, `bw_sinhf_3()`,
|
||||
* `bw_coshf_3()`, `bw_asinhf_3()`, and `bw_acoshf_3()`.</li>
|
||||
* <li>Added <code>bw_ceilf()</code>, <code>bw_intfracf()</code>,
|
||||
* <code>bw_sinhf_3()</code>, <code>bw_coshf_3()</code>,
|
||||
* <code>bw_asinhf_3()</code>, and <code>bw_acoshf_3()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added `bw_log10f_3()`, `bw_pow10f_3()`, `bw_dB2linf_3()`, and
|
||||
* `bw_lin2dBf_3()`.</li>
|
||||
* <li>Fixed computation bug in `bw_sqrtf_2()`.</li>
|
||||
* <li>Added <code>bw_log10f_3()</code>, <code>bw_pow10f_3()</code>,
|
||||
* <code>bw_dB2linf_3()</code>, and
|
||||
* <code>bw_lin2dBf_3()</code>.</li>
|
||||
* <li>Fixed computation bug in <code>bw_sqrtf_2()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.2.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added `bw_sin2pif_3()`, `bw_cos2pif_3()`, `bw_tan2pif_3()`,
|
||||
* `bw_omega_3lognr()`, and `bw_tanhf_3()`.</li>
|
||||
* <li>Added <code>bw_sin2pif_3()</code>, <code>bw_cos2pif_3()</code>,
|
||||
* <code>bw_tan2pif_3()</code>, <code>bw_omega_3lognr()</code>, and
|
||||
* <code>bw_tanhf_3()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.1.0</strong>:
|
||||
|
@ -29,7 +29,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_mm1_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_mm1_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -29,7 +29,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_mm2_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_mm2_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -30,7 +30,8 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_notch_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_notch_reset_state()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
@ -36,7 +36,8 @@
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added `BW_RESTRICT` to `bw_phase_gen_process1\*()`.</li>
|
||||
* <li>Added <code>BW_RESTRICT</code> to
|
||||
* <code>bw_phase_gen_process1*()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.2.0</strong>:
|
||||
|
@ -30,7 +30,8 @@
|
||||
<ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added initial input value to `bw_svf_reset_state()`.</li>
|
||||
* <li>Added initial input value to
|
||||
* <code>bw_svf_reset_state()</code>.</li>
|
||||
* <li>Fixed unused parameter warnings.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
@ -39,8 +40,9 @@
|
||||
* <li>Strenghtened algorithm for modulation.</li>
|
||||
* <li>Added prewarping control parameters (prewarp_at_cutoff and
|
||||
* prewarp_freq).</li>
|
||||
* <li>Added `BW_RESTRICT` to `bw_svf_process1()`.</li>
|
||||
* <li>Fixed typo in `bw_svf_set_Q()` documentation.</li>
|
||||
* <li>Added <code>BW_RESTRICT</code> to
|
||||
* <code>bw_svf_process1()</code>.</li>
|
||||
* <li>Fixed typo in <code>bw_svf_set_Q()</code> documentation.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.2.0</strong>:
|
||||
|
@ -31,10 +31,11 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Now specifying `0.f` as initial input value for
|
||||
* `bw_svf_reset_state()`.</li>
|
||||
* <li>Fixed documentation for `bw_wah_state`, `bw_wah_reset_state()`,
|
||||
* and `bw_wah_process()`.</li>
|
||||
* <li>Now specifying <code>0.f</code> as initial input value for
|
||||
* <code>bw_svf_reset_state()</code>.</li>
|
||||
* <li>Fixed documentation for <code>bw_wah_state</code>,
|
||||
* <code>bw_wah_reset_state()</code>, and
|
||||
* <code>bw_wah_process()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.3.0</strong>:
|
||||
|
Loading…
Reference in New Issue
Block a user