From c8654dba731d29055db99bbdc2fc09ce38f61b14 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 24 Dec 2012 18:31:08 -0500 Subject: [PATCH] Minor updates to BFileGameSound docs --- docs/user/game/FileGameSound.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/game/FileGameSound.dox b/docs/user/game/FileGameSound.dox index 3936639ef7f..c01c33b3498 100644 --- a/docs/user/game/FileGameSound.dox +++ b/docs/user/game/FileGameSound.dox @@ -13,7 +13,7 @@ /*! \file FileGameSound.h - \brief Provides the FileGameSound class. + \brief Provides the BFileGameSound class. */ @@ -21,7 +21,7 @@ \class BFileGameSound \ingroup game \ingroup libbe - \brief Provides the ability to playback audio from a sound file on disk. + \brief Playback audio from a sound file on disk. */