gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/backend sound_handler.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/backend sound_handler.h
Date: Tue, 29 May 2007 11:14:55 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/29 11:14:55

Modified files:
        backend        : sound_handler.h 

Log message:
        well-formed doxygen class description

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler.h?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: sound_handler.h
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- sound_handler.h     29 May 2007 11:11:49 -0000      1.13
+++ sound_handler.h     29 May 2007 11:14:55 -0000      1.14
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: sound_handler.h,v 1.13 2007/05/29 11:11:49 tgc Exp $ */
+/* $Id: sound_handler.h,v 1.14 2007/05/29 11:14:55 strk Exp $ */
 
 /// \page sound_handler_intro Sound handler introduction
 ///
@@ -43,12 +43,15 @@
 
 namespace gnash {
 
-/// Sound handler. Stores the audio found by the parser and plays on demand.
+/// Sound handler.
+//
+/// Stores the audio found by the parser and plays on demand.
 /// Can also play sound from AS classes NetStream and Sound using callbacks
 /// (see attach_aux_streamer and dettach_aux_streamer).
-       
-// You may define a subclass of this, and pass an instance to
-// set_sound_handler().
+///
+/// You may define a subclass of this, and pass an instance to
+/// set_sound_handler().
+///
 class DSOEXPORT sound_handler
 {
 public:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]