mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-07 17:43:53 +01:00
Remove Doxygen comments for nonexistent parameters
This commit is contained in:
@@ -729,9 +729,6 @@ void SqliteSampleBlock::SaveXML(XMLWriter &xmlFile)
|
|||||||
/// This method also has the side effect of setting the mSumMin,
|
/// This method also has the side effect of setting the mSumMin,
|
||||||
/// mSumMax, and mSumRms members of this class.
|
/// mSumMax, and mSumRms members of this class.
|
||||||
///
|
///
|
||||||
/// @param buffer A buffer containing the sample data to be analyzed
|
|
||||||
/// @param len The length of the sample data
|
|
||||||
/// @param format The format of the sample data.
|
|
||||||
void SqliteSampleBlock::CalcSummary()
|
void SqliteSampleBlock::CalcSummary()
|
||||||
{
|
{
|
||||||
Floats samplebuffer;
|
Floats samplebuffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user