Remove Doxygen comments for nonexistent parameters

This commit is contained in:
Paul Licameli 2020-09-02 10:52:56 -04:00
parent a00fe789b9
commit b32670b0bc
1 changed files with 0 additions and 3 deletions

View File

@ -729,9 +729,6 @@ void SqliteSampleBlock::SaveXML(XMLWriter &xmlFile)
/// This method also has the side effect of setting the mSumMin,
/// 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()
{
Floats samplebuffer;