From 61b7e2155a958c471771da3339a8f1ffcfd633de Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Sep 2004 23:26:46 +0000 Subject: Fix doxygen warnings svn-id: r15277 --- sound/audiostream.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound') diff --git a/sound/audiostream.h b/sound/audiostream.h index bd39c04c2b..bf31d5ae7c 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -81,12 +81,12 @@ public: * Tries to load a file by trying all available formats. * In case of an error, the file handle will be closed, but deleting * it is still the responsibilty of the caller. - * @param filename a filename without an extension - * @param fileHandle a pointer to an existing File instance + * @param filename a filename without an extension + * @param path an (optional) file path which is passed to File::open() * @return an Audiostream ready to use in case of success; * NULL in case of an error (e.g. invalid/nonexisting file) */ - static AudioStream* openStreamFile(const char* filename, const char* path=NULL); + static AudioStream* openStreamFile(const char *filename, const char *path = NULL); }; class AppendableAudioStream : public AudioStream { -- cgit v1.2.3