From 3e2c3b8c95352cf8ade558379a325ea0c034ec26 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 15 Jul 2012 15:04:37 +0200 Subject: [PATCH] Corrections in API documentation --- include/SFML/Audio/SoundRecorder.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SFML/Audio/SoundRecorder.hpp b/include/SFML/Audio/SoundRecorder.hpp index 5edba9015..eb81b04c2 100644 --- a/include/SFML/Audio/SoundRecorder.hpp +++ b/include/SFML/Audio/SoundRecorder.hpp @@ -206,12 +206,12 @@ private : /// captured data to a sound buffer (see sf::SoundBufferRecorder). /// /// A derived class has only one virtual function to override: -/// \li OnProcessSamples provides the new chunks of audio samples while the capture happens +/// \li onProcessSamples provides the new chunks of audio samples while the capture happens /// /// Moreover, two additionnal virtual functions can be overriden /// as well if necessary: -/// \li OnStart is called before the capture happens, to perform custom initializations -/// \li OnStop is called after the capture ends, to perform custom cleanup +/// \li onStart is called before the capture happens, to perform custom initializations +/// \li onStop is called after the capture ends, to perform custom cleanup /// /// The audio capture feature may not be supported or activated /// on every platform, thus it is recommended to check its