[doc] callback return value in \return field
authorStephen Sinclair <radarsat1@gmail.com>
Wed, 17 Apr 2019 11:51:14 +0000 (13:51 +0200)
committerStephen Sinclair <radarsat1@gmail.com>
Wed, 17 Apr 2019 12:05:55 +0000 (14:05 +0200)
RtAudio.h

index 4bb75545a29dcd7a72602f3f634ff03618c97654..8afc04dcea99037eeb3d67ada80294c5d2b5c71a 100644 (file)
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -193,6 +193,7 @@ static const RtAudioStreamStatus RTAUDIO_OUTPUT_UNDERFLOW = 0x2;  // The output
    \param userData A pointer to optional data provided by the client
           when opening the stream (default = NULL).
 
+   \return
    To continue normal stream operation, the RtAudioCallback function
    should return a value of zero.  To stop the stream and drain the
    output buffer, the function should return a value of one.  To abort