diff --git a/include/bw_ap1.h b/include/bw_ap1.h
index 9850fcd..67f705b 100644
--- a/include/bw_ap1.h
+++ b/include/bw_ap1.h
@@ -30,7 +30,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_ap1_reset_state()`.
+ * - Added initial input value to
+ *
bw_ap1_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_ap2.h b/include/bw_ap2.h
index 69af0f3..894be11 100644
--- a/include/bw_ap2.h
+++ b/include/bw_ap2.h
@@ -30,7 +30,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_ap2_reset_state()`.
+ * - Added initial input value to
+ *
bw_ap2_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_buf.h b/include/bw_buf.h
index 425fbe2..23e029b 100644
--- a/include/bw_buf.h
+++ b/include/bw_buf.h
@@ -29,7 +29,8 @@
*
* - Version 0.4.0:
*
- * - Added `bw_buf_fill()` and `bw_buf_add()`.
+ * - Added
bw_buf_fill()
and
+ * bw_buf_add()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_common.h b/include/bw_common.h
index 8e8ffd7..805b5b2 100644
--- a/include/bw_common.h
+++ b/include/bw_common.h
@@ -30,13 +30,14 @@
*
* - Version 0.4.0:
*
- * - Added `BW_SIZE_T`.
+ * - Added
BW_SIZE_T
.
*
*
* - Version 0.2.0:
*
- * - Removed `BW_MALLOC`, `BW_REALLOC`, and `BW_FREE`.
- * - Added `BW_RESTRICT`.
+ * - Removed
BW_MALLOC
, BW_REALLOC
,
+ * and BW_FREE
.
+ * - Added
BW_RESTRICT
.
*
*
* - Version 0.1.0:
diff --git a/include/bw_hp1.h b/include/bw_hp1.h
index 1cf16ba..b01d734 100644
--- a/include/bw_hp1.h
+++ b/include/bw_hp1.h
@@ -30,7 +30,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_hp1_reset_state()`.
+ * - Added initial input value to
+ *
bw_hp1_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_hs1.h b/include/bw_hs1.h
index bc97fc1..34a6f9c 100644
--- a/include/bw_hs1.h
+++ b/include/bw_hs1.h
@@ -31,7 +31,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_hs1_reset_state()`.
+ * - Added initial input value to
+ *
bw_hs1_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_hs2.h b/include/bw_hs2.h
index 869d3e0..73ff266 100644
--- a/include/bw_hs2.h
+++ b/include/bw_hs2.h
@@ -31,7 +31,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_hs2_reset_state()`.
+ * - Added initial input value to
+ *
bw_hs2_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_lp1.h b/include/bw_lp1.h
index 2ce7a5a..9556560 100644
--- a/include/bw_lp1.h
+++ b/include/bw_lp1.h
@@ -32,7 +32,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_lp1_reset_state()`.
+ * - Added initial input value to
+ *
bw_lp1_reset_state()
.
* - Fixed unused parameter warnings.
*
*
diff --git a/include/bw_ls1.h b/include/bw_ls1.h
index 4348c58..e7b519d 100644
--- a/include/bw_ls1.h
+++ b/include/bw_ls1.h
@@ -32,7 +32,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_ls1_reset_state()`.
+ * - Added initial input value to
+ *
bw_ls1_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_ls2.h b/include/bw_ls2.h
index 4b54470..e270e87 100644
--- a/include/bw_ls2.h
+++ b/include/bw_ls2.h
@@ -32,7 +32,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_ls2_reset_state()`.
+ * - Added initial input value to
+ *
bw_ls2_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_math.h b/include/bw_math.h
index 59f3264..d4c844d 100644
--- a/include/bw_math.h
+++ b/include/bw_math.h
@@ -72,21 +72,24 @@
*
* - Version 0.4.0:
*
- * - Added `bw_ceilf()`, `bw_intfracf()`, `bw_sinhf_3()`,
- * `bw_coshf_3()`, `bw_asinhf_3()`, and `bw_acoshf_3()`.
+ * - Added
bw_ceilf()
, bw_intfracf()
,
+ * bw_sinhf_3()
, bw_coshf_3()
,
+ * bw_asinhf_3()
, and bw_acoshf_3()
.
*
*
* - Version 0.3.0:
*
- * - Added `bw_log10f_3()`, `bw_pow10f_3()`, `bw_dB2linf_3()`, and
- * `bw_lin2dBf_3()`.
- * - Fixed computation bug in `bw_sqrtf_2()`.
+ * - Added
bw_log10f_3()
, bw_pow10f_3()
,
+ * bw_dB2linf_3()
, and
+ * bw_lin2dBf_3()
.
+ * - Fixed computation bug in
bw_sqrtf_2()
.
*
*
* - Version 0.2.0:
*
- * - Added `bw_sin2pif_3()`, `bw_cos2pif_3()`, `bw_tan2pif_3()`,
- * `bw_omega_3lognr()`, and `bw_tanhf_3()`.
+ * - Added
bw_sin2pif_3()
, bw_cos2pif_3()
,
+ * bw_tan2pif_3()
, bw_omega_3lognr()
, and
+ * bw_tanhf_3()
.
*
*
* - Version 0.1.0:
diff --git a/include/bw_mm1.h b/include/bw_mm1.h
index 0c4c44e..36570a6 100644
--- a/include/bw_mm1.h
+++ b/include/bw_mm1.h
@@ -29,7 +29,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_mm1_reset_state()`.
+ * - Added initial input value to
+ *
bw_mm1_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_mm2.h b/include/bw_mm2.h
index f5971ee..4d0b630 100644
--- a/include/bw_mm2.h
+++ b/include/bw_mm2.h
@@ -29,7 +29,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_mm2_reset_state()`.
+ * - Added initial input value to
+ *
bw_mm2_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_notch.h b/include/bw_notch.h
index 8ceb9d5..80c595a 100644
--- a/include/bw_notch.h
+++ b/include/bw_notch.h
@@ -30,7 +30,8 @@
*
* - Version 0.4.0:
*
- * - Added initial input value to `bw_notch_reset_state()`.
+ * - Added initial input value to
+ *
bw_notch_reset_state()
.
*
*
* - Version 0.3.0:
diff --git a/include/bw_phase_gen.h b/include/bw_phase_gen.h
index 93a4a97..d1468c3 100644
--- a/include/bw_phase_gen.h
+++ b/include/bw_phase_gen.h
@@ -36,7 +36,8 @@
*
* - Version 0.3.0:
*
- * - Added `BW_RESTRICT` to `bw_phase_gen_process1\*()`.
+ * - Added
BW_RESTRICT
to
+ * bw_phase_gen_process1*()
.
*
*
* - Version 0.2.0:
diff --git a/include/bw_svf.h b/include/bw_svf.h
index b701ee5..00ee72b 100644
--- a/include/bw_svf.h
+++ b/include/bw_svf.h
@@ -30,7 +30,8 @@
* - Version 0.4.0:
*
- * - Added initial input value to `bw_svf_reset_state()`.
+ * - Added initial input value to
+ *
bw_svf_reset_state()
.
* - Fixed unused parameter warnings.
*
*
@@ -39,8 +40,9 @@
* - Strenghtened algorithm for modulation.
* - Added prewarping control parameters (prewarp_at_cutoff and
* prewarp_freq).
- * - Added `BW_RESTRICT` to `bw_svf_process1()`.
- * - Fixed typo in `bw_svf_set_Q()` documentation.
+ * - Added
BW_RESTRICT
to
+ * bw_svf_process1()
.
+ * - Fixed typo in
bw_svf_set_Q()
documentation.
*
*
* - Version 0.2.0:
diff --git a/include/bw_wah.h b/include/bw_wah.h
index 51965da..a8df396 100644
--- a/include/bw_wah.h
+++ b/include/bw_wah.h
@@ -31,10 +31,11 @@
*
* - Version 0.4.0:
*
- * - Now specifying `0.f` as initial input value for
- * `bw_svf_reset_state()`.
- * - Fixed documentation for `bw_wah_state`, `bw_wah_reset_state()`,
- * and `bw_wah_process()`.
+ * - Now specifying
0.f
as initial input value for
+ * bw_svf_reset_state()
.
+ * - Fixed documentation for
bw_wah_state
,
+ * bw_wah_reset_state()
, and
+ * bw_wah_process()
.
*
*
* - Version 0.3.0: