diff --git a/include/bw_ap1.h b/include/bw_ap1.h
index f09b0b6..2a2c909 100644
--- a/include/bw_ap1.h
+++ b/include/bw_ap1.h
@@ -31,6 +31,7 @@
*
Version 0.5.0:
*
* - Added
bw_ap1_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_ap2.h b/include/bw_ap2.h
index e3b2eaa..c5cf8b0 100644
--- a/include/bw_ap2.h
+++ b/include/bw_ap2.h
@@ -31,6 +31,7 @@
* Version 0.5.0:
*
* - Added
bw_ap2_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_balance.h b/include/bw_balance.h
index 7f9d0ba..66e9bb8 100644
--- a/include/bw_balance.h
+++ b/include/bw_balance.h
@@ -33,6 +33,7 @@
* bw_balance_process()
does not accept
* NULL
buffers anymore.
* Fixed documentation of bw_balance_process1()
.
+ * Added C++ wrapper.
*
*
* Version 0.3.0:
diff --git a/include/bw_bd_reduce.h b/include/bw_bd_reduce.h
index 9f3ca8d..d139a92 100644
--- a/include/bw_bd_reduce.h
+++ b/include/bw_bd_reduce.h
@@ -34,6 +34,7 @@
* Version 0.5.0:
*
* - Added
bw_bd_reduce_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_buf.h b/include/bw_buf.h
index 2bf170a..de897f7 100644
--- a/include/bw_buf.h
+++ b/include/bw_buf.h
@@ -31,6 +31,7 @@
*
* - Added
bw_buf_*_multi()
.
* - Added
bw_buf_neg()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_chorus.h b/include/bw_chorus.h
index e800738..c4f5223 100644
--- a/include/bw_chorus.h
+++ b/include/bw_chorus.h
@@ -41,6 +41,7 @@
* Added bw_chorus_process_multi()
.
* Updated mem_req/set API.
* Now properly setting feedforward delay on reset.
+ * Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_comb.h b/include/bw_comb.h
index dea06fe..3498af2 100644
--- a/include/bw_comb.h
+++ b/include/bw_comb.h
@@ -41,6 +41,7 @@
*
* - Added
bw_comb_process_multi()
.
* - Updated mem_req/set API.
+ * - Added C++ wrapper.
*
*
*
diff --git a/include/bw_comp.h b/include/bw_comp.h
index ad7a045..2d1c9dd 100644
--- a/include/bw_comp.h
+++ b/include/bw_comp.h
@@ -34,6 +34,7 @@
* Added bw_comp_process_multi()
.
* Fixed typo in bw_comp_set_ratio()
* documentation.
+ * Added C++ wrapper.
*
*
* Version 0.3.0:
diff --git a/include/bw_delay.h b/include/bw_delay.h
index a677bd9..b6f0009 100644
--- a/include/bw_delay.h
+++ b/include/bw_delay.h
@@ -35,6 +35,7 @@
*
* - Added
bw_delay_process_multi()
.
* - Updated mem_req/set API.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_env_follow.h b/include/bw_env_follow.h
index a351071..2097746 100644
--- a/include/bw_env_follow.h
+++ b/include/bw_env_follow.h
@@ -31,6 +31,7 @@
* Version 0.5.0:
*
* - Added
bw_env_follow_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.3.0:
diff --git a/include/bw_env_gen.h b/include/bw_env_gen.h
index 1d5890d..437c08b 100644
--- a/include/bw_env_gen.h
+++ b/include/bw_env_gen.h
@@ -47,6 +47,7 @@
* bw_env_gen_update_state_ctrl()
and
* bw_env_gen_process()
, and removed gate
* parameter.
+ * Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_gain.h b/include/bw_gain.h
index bc9e5eb..c745425 100644
--- a/include/bw_gain.h
+++ b/include/bw_gain.h
@@ -39,6 +39,7 @@
* Added new smooth_tau parameter.
* Changed gain parameter API to express values in linear gain
* and dB.
+ * Added C++ wrapper.
*
*
* Version 0.2.0:
diff --git a/include/bw_hp1.h b/include/bw_hp1.h
index 7c2e0ce..1becef6 100644
--- a/include/bw_hp1.h
+++ b/include/bw_hp1.h
@@ -31,6 +31,7 @@
* Version 0.5.0:
*
* - Added
bw_hp1_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_hs1.h b/include/bw_hs1.h
index 769d262..b75fea1 100644
--- a/include/bw_hs1.h
+++ b/include/bw_hs1.h
@@ -32,6 +32,7 @@
* Version 0.5.0:
*
* - Added
bw_hs1_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_hs2.h b/include/bw_hs2.h
index aa14dae..6577d8f 100644
--- a/include/bw_hs2.h
+++ b/include/bw_hs2.h
@@ -32,6 +32,7 @@
* Version 0.5.0:
*
* - Added
bw_hs2_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_lp1.h b/include/bw_lp1.h
index 9344539..dcc9247 100644
--- a/include/bw_lp1.h
+++ b/include/bw_lp1.h
@@ -33,6 +33,7 @@
* Version 0.5.0:
*
* - Added
bw_lp1_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_ls1.h b/include/bw_ls1.h
index 6439c2e..54c6ebc 100644
--- a/include/bw_ls1.h
+++ b/include/bw_ls1.h
@@ -33,6 +33,7 @@
* Version 0.5.0:
*
* - Added
bw_ls1_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_ls2.h b/include/bw_ls2.h
index b04eb94..86d0a37 100644
--- a/include/bw_ls2.h
+++ b/include/bw_ls2.h
@@ -33,6 +33,7 @@
* Version 0.5.0:
*
* - Added
bw_ls2_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_mm1.h b/include/bw_mm1.h
index b78085b..aa62b89 100644
--- a/include/bw_mm1.h
+++ b/include/bw_mm1.h
@@ -30,6 +30,7 @@
* Version 0.5.0:
*
* - Added
bw_mm1_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_mm2.h b/include/bw_mm2.h
index 6788c8b..f0b5659 100644
--- a/include/bw_mm2.h
+++ b/include/bw_mm2.h
@@ -30,6 +30,7 @@
* Version 0.5.0:
*
* - Added
bw_mm2_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_noise_gate.h b/include/bw_noise_gate.h
index 593b6e8..08a1458 100644
--- a/include/bw_noise_gate.h
+++ b/include/bw_noise_gate.h
@@ -30,6 +30,7 @@
* Version 0.5.0:
*
* - Added
bw_noise_gate_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.3.0:
diff --git a/include/bw_noise_gen.h b/include/bw_noise_gen.h
index 33e11e7..ac69413 100644
--- a/include/bw_noise_gen.h
+++ b/include/bw_noise_gen.h
@@ -34,6 +34,7 @@
* Version 0.5.0:
*
* - Added
bw_noise_gen_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.2.0:
diff --git a/include/bw_notch.h b/include/bw_notch.h
index b011e1b..a2fba94 100644
--- a/include/bw_notch.h
+++ b/include/bw_notch.h
@@ -31,6 +31,7 @@
* Version 0.5.0:
*
* - Added
bw_notch_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_one_pole.h b/include/bw_one_pole.h
index 15c287c..6a4deca 100644
--- a/include/bw_one_pole.h
+++ b/include/bw_one_pole.h
@@ -33,6 +33,7 @@
* Version 0.5.0:
*
* - Added
bw_one_pole_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_osc_filt.h b/include/bw_osc_filt.h
index c3be71e..a046bfd 100644
--- a/include/bw_osc_filt.h
+++ b/include/bw_osc_filt.h
@@ -36,6 +36,7 @@
* Version 0.5.0:
*
* - Added
bw_osc_filt_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.2.0:
diff --git a/include/bw_osc_pulse.h b/include/bw_osc_pulse.h
index 8355790..7cbf953 100644
--- a/include/bw_osc_pulse.h
+++ b/include/bw_osc_pulse.h
@@ -34,6 +34,7 @@
* Version 0.5.0:
*
* - Added
bw_osc_pulse_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_osc_saw.h b/include/bw_osc_saw.h
index adf3128..5f21dd3 100644
--- a/include/bw_osc_saw.h
+++ b/include/bw_osc_saw.h
@@ -33,6 +33,7 @@
* Version 0.5.0:
*
* - Added
bw_osc_saw_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_osc_sin.h b/include/bw_osc_sin.h
index 4d3881f..7265d11 100644
--- a/include/bw_osc_sin.h
+++ b/include/bw_osc_sin.h
@@ -33,6 +33,7 @@
* Version 0.5.0:
*
* - Added
bw_osc_sin_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.2.0:
diff --git a/include/bw_osc_tri.h b/include/bw_osc_tri.h
index 17c5774..a1a1452 100644
--- a/include/bw_osc_tri.h
+++ b/include/bw_osc_tri.h
@@ -36,6 +36,7 @@
* Added bw_osc_pulse_process_multi()
.
* Fixed typo in bw_osc_tri_process1\*()
* documentation.
+ * Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_pan.h b/include/bw_pan.h
index 9588f22..5a5c767 100644
--- a/include/bw_pan.h
+++ b/include/bw_pan.h
@@ -20,7 +20,7 @@
/*!
* module_type {{{ dsp }}}
- * version {{{ 0.3.0 }}}
+ * version {{{ 0.5.0 }}}
* requires {{{ bw_common bw_config bw_gain bw_math bw_one_pole }}}
* description {{{
* Stereo panner.
@@ -32,6 +32,7 @@
* Added bw_pan_process_multi()
.
* bw_pan_process()
does not accept NULL
* buffers anymore.
+ * Added C++ wrapper.
*
*
* Version 0.3.0:
diff --git a/include/bw_peak.h b/include/bw_peak.h
index b595d19..1136295 100644
--- a/include/bw_peak.h
+++ b/include/bw_peak.h
@@ -42,6 +42,7 @@
* Added bw_peak_process_multi()
.
* Fixed documentation for bw_peak_set_peak_gain_lin()
* and bw_peak_set_gain_dB()
.
+ * Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_phase_gen.h b/include/bw_phase_gen.h
index 11e078c..2af476e 100644
--- a/include/bw_phase_gen.h
+++ b/include/bw_phase_gen.h
@@ -32,6 +32,7 @@
* Version 0.5.0:
*
* - Added
bw_phase_gen_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_phaser.h b/include/bw_phaser.h
index 3f1d552..a60d076 100644
--- a/include/bw_phaser.h
+++ b/include/bw_phaser.h
@@ -35,6 +35,7 @@
*
* - Added
bw_phaser_process_multi()
.
* - Now properly setting allpass cutoff on reset.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_pink_filt.h b/include/bw_pink_filt.h
index 68b745d..41fb5d3 100644
--- a/include/bw_pink_filt.h
+++ b/include/bw_pink_filt.h
@@ -37,6 +37,7 @@
* Version 0.5.0:
*
* - Added
bw_pink_filt_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_ppm.h b/include/bw_ppm.h
index ef11e5a..930c60d 100644
--- a/include/bw_ppm.h
+++ b/include/bw_ppm.h
@@ -33,6 +33,7 @@
* Version 0.5.0:
*
* - Added
bw_ppm_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.3.0:
diff --git a/include/bw_ringmod.h b/include/bw_ringmod.h
index e32b1f5..1dbc784 100644
--- a/include/bw_ringmod.h
+++ b/include/bw_ringmod.h
@@ -32,6 +32,7 @@
* Added bw_ringmod_process_multi()
.
* Fixed inverted-polarity modulation.
* "modulator signal" -> "modulation signal" in documentation.
+ * Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_satur.h b/include/bw_satur.h
index d0cd6e8..1815aff 100644
--- a/include/bw_satur.h
+++ b/include/bw_satur.h
@@ -43,6 +43,7 @@
* Added bw_satur_process_multi()
.
* Fixed gain coefficient reset bug.
* Fixed initial state bug.
+ * Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_slew_lim.h b/include/bw_slew_lim.h
index f0c6ff1..26d337c 100644
--- a/include/bw_slew_lim.h
+++ b/include/bw_slew_lim.h
@@ -32,6 +32,7 @@
* Added bw_slew_lim_process_multi()
.
* Fixed documentation of bw_slew_lim_process()
.
* Fixed unused parameter warnings.
+ * Added C++ wrapper.
*
*
* Version 0.2.0:
diff --git a/include/bw_sr_reduce.h b/include/bw_sr_reduce.h
index 362d328..b26e901 100644
--- a/include/bw_sr_reduce.h
+++ b/include/bw_sr_reduce.h
@@ -34,6 +34,7 @@
* Version 0.5.0:
*
* - Added
bw_sr_reduce_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_src.h b/include/bw_src.h
index d935fed..629e16e 100644
--- a/include/bw_src.h
+++ b/include/bw_src.h
@@ -30,6 +30,7 @@
* Version 0.5.0:
*
* - Added
bw_src_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_src_int.h b/include/bw_src_int.h
index f5c6218..6a35909 100644
--- a/include/bw_src_int.h
+++ b/include/bw_src_int.h
@@ -36,6 +36,7 @@
* Version 0.5.0:
*
* - Added
bw_src_int_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_svf.h b/include/bw_svf.h
index dc48594..20f4086 100644
--- a/include/bw_svf.h
+++ b/include/bw_svf.h
@@ -34,6 +34,7 @@
* Fixed bug in bw_svf_process()
when only
* y_hp
is NULL
.
* Fixed prewarping-related stability bug.
+ * Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_trem.h b/include/bw_trem.h
index 119e92e..2589008 100644
--- a/include/bw_trem.h
+++ b/include/bw_trem.h
@@ -32,6 +32,7 @@
* Version 0.5.0:
*
* - Added
bw_trem_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bw_wah.h b/include/bw_wah.h
index 900e601..2a01ead 100644
--- a/include/bw_wah.h
+++ b/include/bw_wah.h
@@ -32,6 +32,7 @@
* Version 0.5.0:
*
* - Added
bw_wah_process_multi()
.
+ * - Added C++ wrapper.
*
*
* Version 0.4.0:
diff --git a/include/bwpp_ap1.h b/include/bwpp_ap1.h
index b8c9bf4..2af4ef3 100644
--- a/include/bwpp_ap1.h
+++ b/include/bwpp_ap1.h
@@ -42,7 +42,9 @@ public:
int nSamples);
void setCutoff(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_ap2.h b/include/bwpp_ap2.h
index 30e87fe..0de4246 100644
--- a/include/bwpp_ap2.h
+++ b/include/bwpp_ap2.h
@@ -43,7 +43,9 @@ public:
void setCutoff(float value);
void setQ(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_balance.h b/include/bwpp_balance.h
index 4e1871c..64e76db 100644
--- a/include/bwpp_balance.h
+++ b/include/bwpp_balance.h
@@ -44,7 +44,9 @@ public:
int nSamples);
void setBalance(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_bd_reduce.h b/include/bwpp_bd_reduce.h
index 1eddbcd..679b0b5 100644
--- a/include/bwpp_bd_reduce.h
+++ b/include/bwpp_bd_reduce.h
@@ -41,7 +41,9 @@ public:
int nSamples);
void setBitDepth(char value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_chorus.h b/include/bwpp_chorus.h
index 2bf1f8b..125f28f 100644
--- a/include/bwpp_chorus.h
+++ b/include/bwpp_chorus.h
@@ -48,7 +48,9 @@ public:
void setCoeffX(float value);
void setCoeffMod(float value);
void setCoeffFB(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_clip.h b/include/bwpp_clip.h
index ce40afb..082b318 100644
--- a/include/bwpp_clip.h
+++ b/include/bwpp_clip.h
@@ -44,7 +44,9 @@ public:
void setBias(float value);
void setGain(float value);
void setGainCompensation(bool value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_comb.h b/include/bwpp_comb.h
index 47937c4..ca61ddf 100644
--- a/include/bwpp_comb.h
+++ b/include/bwpp_comb.h
@@ -47,7 +47,9 @@ public:
void setCoeffBlend(float value);
void setCoeffFF(float value);
void setCoeffFB(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_comp.h b/include/bwpp_comp.h
index 1bf7bfd..1d8b7ee 100644
--- a/include/bwpp_comp.h
+++ b/include/bwpp_comp.h
@@ -49,7 +49,9 @@ public:
void setReleaseTau(float value);
void setGainLin(float value);
void setGainDB(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_delay.h b/include/bwpp_delay.h
index d768a36..d5b9e4b 100644
--- a/include/bwpp_delay.h
+++ b/include/bwpp_delay.h
@@ -48,7 +48,9 @@ public:
void setDelay(float value);
BW_SIZE_T getLength();
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_dist.h b/include/bwpp_dist.h
index 4f30f8a..cff6ce3 100644
--- a/include/bwpp_dist.h
+++ b/include/bwpp_dist.h
@@ -44,7 +44,9 @@ public:
void setDistortion(float value);
void setTone(float value);
void setVolume(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_drive.h b/include/bwpp_drive.h
index c2edc9e..b084253 100644
--- a/include/bwpp_drive.h
+++ b/include/bwpp_drive.h
@@ -44,7 +44,9 @@ public:
void setDrive(float value);
void setTone(float value);
void setVolume(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_drywet.h b/include/bwpp_drywet.h
index 07d8f37..d2d6053 100644
--- a/include/bwpp_drywet.h
+++ b/include/bwpp_drywet.h
@@ -44,7 +44,9 @@ public:
void setWet(float value);
void setSmoothTau(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_env_follow.h b/include/bwpp_env_follow.h
index d08e3e9..306d14f 100644
--- a/include/bwpp_env_follow.h
+++ b/include/bwpp_env_follow.h
@@ -45,7 +45,9 @@ public:
void setReleaseTau(float value);
float getYZ1(BW_SIZE_T channel);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_env_gen.h b/include/bwpp_env_gen.h
index e66afb9..3f38b89 100644
--- a/include/bwpp_env_gen.h
+++ b/include/bwpp_env_gen.h
@@ -48,7 +48,9 @@ public:
bw_env_gen_phase getPhase(BW_SIZE_T channel);
float getYZ1(BW_SIZE_T channel);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_fuzz.h b/include/bwpp_fuzz.h
index 801a106..2878bfa 100644
--- a/include/bwpp_fuzz.h
+++ b/include/bwpp_fuzz.h
@@ -43,7 +43,9 @@ public:
void setFuzz(float value);
void setVolume(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_gain.h b/include/bwpp_gain.h
index 4de9e13..84a1ed0 100644
--- a/include/bwpp_gain.h
+++ b/include/bwpp_gain.h
@@ -46,7 +46,9 @@ public:
void setSmoothTau(float value);
float getGain();
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_hp1.h b/include/bwpp_hp1.h
index 0f50245..2cf1cf7 100644
--- a/include/bwpp_hp1.h
+++ b/include/bwpp_hp1.h
@@ -42,7 +42,9 @@ public:
int nSamples);
void setCutoff(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_hs1.h b/include/bwpp_hs1.h
index aa2944d..14b9184 100644
--- a/include/bwpp_hs1.h
+++ b/include/bwpp_hs1.h
@@ -44,7 +44,9 @@ public:
void setCutoff(float value);
void setHighGainLin(float value);
void setHighGainDB(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_hs2.h b/include/bwpp_hs2.h
index bac1b1e..be8da34 100644
--- a/include/bwpp_hs2.h
+++ b/include/bwpp_hs2.h
@@ -45,7 +45,9 @@ public:
void setQ(float value);
void setHighGainLin(float value);
void setHighGainDB(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_lp1.h b/include/bwpp_lp1.h
index 687eb03..1726090 100644
--- a/include/bwpp_lp1.h
+++ b/include/bwpp_lp1.h
@@ -44,7 +44,9 @@ public:
void setCutoff(float value);
void setPrewarpAtCutoff(bool value);
void setPrewarpFreq(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_ls1.h b/include/bwpp_ls1.h
index 74d6cad..d1b6824 100644
--- a/include/bwpp_ls1.h
+++ b/include/bwpp_ls1.h
@@ -44,7 +44,9 @@ public:
void setCutoff(float value);
void setDcGainLin(float value);
void setDcGainDB(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_ls2.h b/include/bwpp_ls2.h
index b0eba47..617417f 100644
--- a/include/bwpp_ls2.h
+++ b/include/bwpp_ls2.h
@@ -45,7 +45,9 @@ public:
void setQ(float value);
void setDcGainLin(float value);
void setDcGainDB(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_mm1.h b/include/bwpp_mm1.h
index 14affb3..e271661 100644
--- a/include/bwpp_mm1.h
+++ b/include/bwpp_mm1.h
@@ -46,7 +46,9 @@ public:
void setPrewarpFreq(float value);
void setCoeffX(float value);
void setCoeffLp(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_mm2.h b/include/bwpp_mm2.h
index bb8f8c1..4d8c9e0 100644
--- a/include/bwpp_mm2.h
+++ b/include/bwpp_mm2.h
@@ -49,7 +49,9 @@ public:
void setCoeffLp(float value);
void setCoeffBp(float value);
void setCoeffHp(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_noise_gate.h b/include/bwpp_noise_gate.h
index 2ab9bf8..39b8e3a 100644
--- a/include/bwpp_noise_gate.h
+++ b/include/bwpp_noise_gate.h
@@ -47,7 +47,9 @@ public:
void setRatio(float value);
void setAttackTau(float value);
void setReleaseTau(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_noise_gen.h b/include/bwpp_noise_gen.h
index c41287c..75d79e1 100644
--- a/include/bwpp_noise_gen.h
+++ b/include/bwpp_noise_gen.h
@@ -42,7 +42,9 @@ public:
void setSampleRateScaling(bool value);
float getScalingK();
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_notch.h b/include/bwpp_notch.h
index 2c711c3..ec87ed9 100644
--- a/include/bwpp_notch.h
+++ b/include/bwpp_notch.h
@@ -43,7 +43,9 @@ public:
void setCutoff(float value);
void setQ(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_one_pole.h b/include/bwpp_one_pole.h
index 164f312..7418819 100644
--- a/include/bwpp_one_pole.h
+++ b/include/bwpp_one_pole.h
@@ -51,7 +51,9 @@ public:
void setStickyMode(bw_one_pole_sticky_mode value);
float getYZ1(BW_SIZE_T channel);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_osc_filt.h b/include/bwpp_osc_filt.h
index c4bf28c..6aa7ea0 100644
--- a/include/bwpp_osc_filt.h
+++ b/include/bwpp_osc_filt.h
@@ -39,7 +39,9 @@ public:
std::array x,
std::array y,
int nSamples);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_osc_pulse.h b/include/bwpp_osc_pulse.h
index 516533f..88890c3 100644
--- a/include/bwpp_osc_pulse.h
+++ b/include/bwpp_osc_pulse.h
@@ -44,7 +44,9 @@ public:
void setAntialiasing(bool value);
void setPulseWidth(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_osc_saw.h b/include/bwpp_osc_saw.h
index df1f94f..9c6e93f 100644
--- a/include/bwpp_osc_saw.h
+++ b/include/bwpp_osc_saw.h
@@ -41,7 +41,9 @@ public:
int nSamples);
void setAntialiasing(bool value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_osc_tri.h b/include/bwpp_osc_tri.h
index 5654488..2a96cc8 100644
--- a/include/bwpp_osc_tri.h
+++ b/include/bwpp_osc_tri.h
@@ -44,7 +44,9 @@ public:
void setAntialiasing(bool value);
void setSlope(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_pan.h b/include/bwpp_pan.h
index e22f79c..76456aa 100644
--- a/include/bwpp_pan.h
+++ b/include/bwpp_pan.h
@@ -43,7 +43,9 @@ public:
int nSamples);
void setPan(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_peak.h b/include/bwpp_peak.h
index 758a95e..026f974 100644
--- a/include/bwpp_peak.h
+++ b/include/bwpp_peak.h
@@ -47,7 +47,9 @@ public:
void setPeakGainDB(float value);
void setBandwidth(float value);
void setUseBandwidth(bool value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_phase_gen.h b/include/bwpp_phase_gen.h
index 6ccb464..4868aa0 100644
--- a/include/bwpp_phase_gen.h
+++ b/include/bwpp_phase_gen.h
@@ -44,7 +44,9 @@ public:
void setFrequency(float value);
void setPortamentoTau(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_phaser.h b/include/bwpp_phaser.h
index dd4b18c..9ec5194 100644
--- a/include/bwpp_phaser.h
+++ b/include/bwpp_phaser.h
@@ -44,7 +44,9 @@ public:
void setRate(float value);
void setCenter(float value);
void setAmount(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_pink_filt.h b/include/bwpp_pink_filt.h
index 0ef563e..5b697a6 100644
--- a/include/bwpp_pink_filt.h
+++ b/include/bwpp_pink_filt.h
@@ -44,7 +44,9 @@ public:
void setSampleRateScaling(bool value);
float getScalingK();
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_ppm.h b/include/bwpp_ppm.h
index 0ade92b..4644cda 100644
--- a/include/bwpp_ppm.h
+++ b/include/bwpp_ppm.h
@@ -44,7 +44,9 @@ public:
void setIntegrationTau(float value);
float getYZ1(BW_SIZE_T channel);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_reverb.h b/include/bwpp_reverb.h
index d5a772b..1d56898 100644
--- a/include/bwpp_reverb.h
+++ b/include/bwpp_reverb.h
@@ -49,7 +49,9 @@ public:
void setDamping(float value);
void setDecay(float value);
void setWet(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_ringmod.h b/include/bwpp_ringmod.h
index f4598d7..734f7b6 100644
--- a/include/bwpp_ringmod.h
+++ b/include/bwpp_ringmod.h
@@ -43,7 +43,9 @@ public:
int nSamples);
void setAmount(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_satur.h b/include/bwpp_satur.h
index 79e52b0..88d4e04 100644
--- a/include/bwpp_satur.h
+++ b/include/bwpp_satur.h
@@ -44,7 +44,9 @@ public:
void setBias(float value);
void setGain(float value);
void setGainCompensation(bool value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_slew_lim.h b/include/bwpp_slew_lim.h
index fb852c8..68fd546 100644
--- a/include/bwpp_slew_lim.h
+++ b/include/bwpp_slew_lim.h
@@ -46,7 +46,9 @@ public:
void setMaxRateDown(float value);
float getYZ1(BW_SIZE_T channel);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_sr_reduce.h b/include/bwpp_sr_reduce.h
index d5c609e..d5dda70 100644
--- a/include/bwpp_sr_reduce.h
+++ b/include/bwpp_sr_reduce.h
@@ -41,7 +41,9 @@ public:
int nSamples);
void setRatio(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_src.h b/include/bwpp_src.h
index 2ba23b3..afc7d3e 100644
--- a/include/bwpp_src.h
+++ b/include/bwpp_src.h
@@ -40,7 +40,9 @@ public:
std::array y,
std::array nInSamples,
std::array nOutSamples);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_src_int.h b/include/bwpp_src_int.h
index e8bc5a8..d2b4a64 100644
--- a/include/bwpp_src_int.h
+++ b/include/bwpp_src_int.h
@@ -39,7 +39,9 @@ public:
std::array x,
std::array y,
int nInSamples);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_svf.h b/include/bwpp_svf.h
index ea370d6..7ef7ae6 100644
--- a/include/bwpp_svf.h
+++ b/include/bwpp_svf.h
@@ -47,7 +47,9 @@ public:
void setQ(float value);
void setPrewarpAtCutoff(bool value);
void setPrewarpFreq(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_trem.h b/include/bwpp_trem.h
index 195a927..edda330 100644
--- a/include/bwpp_trem.h
+++ b/include/bwpp_trem.h
@@ -43,7 +43,9 @@ public:
void setRate(float value);
void setAmount(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/
diff --git a/include/bwpp_wah.h b/include/bwpp_wah.h
index 43333b8..0f0215f 100644
--- a/include/bwpp_wah.h
+++ b/include/bwpp_wah.h
@@ -42,7 +42,9 @@ public:
int nSamples);
void setWah(float value);
-/*! <<<... }```
+/*! <<<...
+ * }
+ * ```
* }}} */
/*** Implementation ***/