Doxygen: Amend minor issues (#2593)
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
This commit is contained in:
parent
b250ce21b9
commit
0cb52ee74a
18 changed files with 31 additions and 23 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
* See also: SourceConfiguration::Configuration::simple_filter_enabled,
|
||||
* SourceConfiguration::Configuration::biquad_filter_enabled.
|
||||
* @param simple If true, enables the simple filter. If false, disables it.
|
||||
* @param simple If true, enables the biquad filter. If false, disables it.
|
||||
* @param biquad If true, enables the biquad filter. If false, disables it.
|
||||
*/
|
||||
void Enable(bool simple, bool biquad);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue