[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/libkmid
From:       Stephan Kulow <coolo () kde ! org>
Date:       2003-08-16 19:12:46
[Download RAW message or body]

CVS commit by coolo: 

doxygen fixes


  M +1 -1      alsaout.h   1.12
  M +3 -2      deviceman.h   1.23
  M +2 -1      midiout.h   1.19


--- kdelibs/libkmid/alsaout.h  #1.11:1.12
@@ -192,5 +192,5 @@ class AlsaOut : public MidiOut
    * is back to work.
    */
-  virtual void channelMute      ( uchar chn, int a );
+  virtual void channelMute      ( uchar chn, int b );
 
   /**

--- kdelibs/libkmid/deviceman.h  #1.22:1.23
@@ -191,5 +191,5 @@ class DeviceManager
 
     /**
-     * Checks if the device manager has been initialized (with @initManager),
+     * Checks if the device manager has been initialized (with @p initManager),
      * and in case it wasn't, initializes it.
      *
@@ -200,5 +200,5 @@ class DeviceManager
 
     /**
-     * Obsolete. Please use @ref #deviceForChannel() instead.
+     * \obsolete Please use deviceForChannel() instead.
      *
      */
@@ -328,4 +328,5 @@ class DeviceManager
      * byte (0 to 127 each) of the number by which notes will be bend. a 0x4000
      * value means not to bend.
+     * @param msb the most significant byte
      */
     void chnPitchBender ( uchar chn, uchar lsb,  uchar msb );

--- kdelibs/libkmid/midiout.h  #1.18:1.19
@@ -203,4 +203,5 @@ class MidiOut
   /**
    * Mutes all notes being played on a given channel.
+   * @param chn the channel
    */
   virtual void channelSilence   ( uchar chn );
@@ -213,5 +214,5 @@ class MidiOut
    * is back to work.
    */
-  virtual void channelMute      ( uchar chn, int a );
+  virtual void channelMute      ( uchar chn, int b );
 
   /**


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic