fixed typo in bw_common doc + updated ChangeLog
This commit is contained in:
parent
c71f7abdb7
commit
41e87b69a4
@ -24,7 +24,7 @@
|
||||
* Fixed unused variable warnings in bw_slew_lim.
|
||||
* Fixed left shift of negative value warnings in bw_math.
|
||||
* Fixed typos in the documentaion of bw_peak, bw_comp, bw_osc_tri,
|
||||
bw_ringmod, bw_balance, and bw_slew_lim.
|
||||
bw_ringmod, bw_balance, bw_slew_lim, and bw_common.
|
||||
* Fixed code tags and heading levels in documentation of several modules.
|
||||
* Fixed setting of default parameter values in synth_simple and synth_mono.
|
||||
* Updated examples to use multichannel APIs where possible.
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
/*!
|
||||
* module_type {{{ foundation }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* requires {{{ bw_config }}}
|
||||
* description {{{
|
||||
* A common header to make sure that a bunch of basic definitions are
|
||||
@ -28,6 +28,11 @@
|
||||
* }}}
|
||||
* changelog {{{
|
||||
* <ul>
|
||||
* <li>Version <strong>0.5.0</strong>:
|
||||
* <ul>
|
||||
* <li>Fixed typo in the documentation of <code>BW_SIZE_T</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>0.4.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added <code>BW_SIZE_T</code>.</li>
|
||||
@ -67,7 +72,7 @@
|
||||
* #### NULL and BW_SIZE_T
|
||||
* If `NULL` or `BW_SIZE_T` are not defined, then `stddef.h` is `#include`d.
|
||||
*
|
||||
* If `BW_SIZE_T` is not defined, the it is defined as `size_t`.
|
||||
* If `BW_SIZE_T` is not defined, then it is defined as `size_t`.
|
||||
* >>> */
|
||||
#if !defined(NULL) || !defined(BW_SIZE_T)
|
||||
# include <stddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user