Forgot to change filenames in doxy comments when renaming audio_spectrum.*.

Originally committed to SVN as r3400.
This commit is contained in:
Niels Martin Hansen 2009-08-13 17:28:12 +00:00
parent dcebd9be94
commit fd65666eb2
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
// //
// $Id$ // $Id$
/// @file audio_spectrum.cpp /// @file audio_renderer_spectrum.cpp
/// @brief Caching frequency-power spectrum renderer for audio display /// @brief Caching frequency-power spectrum renderer for audio display
/// @ingroup audio_ui /// @ingroup audio_ui
/// ///

View file

@ -30,8 +30,8 @@
// //
// $Id$ // $Id$
/// @file audio_spectrum.h /// @file audio_renderer_spectrum.h
/// @see audio_spectrum.cpp /// @see audio_renderer_spectrum.cpp
/// @ingroup audio_ui /// @ingroup audio_ui
/// ///
/// Calculate and render a frequency-power spectrum for PCM audio data. /// Calculate and render a frequency-power spectrum for PCM audio data.