@@ -451,7 +451,7 @@ extern DECLSPEC int SDLCALL Mix_OpenAudio(int frequency, Uint16 format, int chan
451
451
* by channel count).
452
452
* \param device the device name to open, or NULL to choose a reasonable
453
453
* default.
454
- * \param allowed_changes Allow change flags (see SDL_AUDIO_ALLOW_* flags)
454
+ * \param allowed_changes Allow change flags (see SDL_AUDIO_ALLOW_* flags).
455
455
* \returns 0 if successful, -1 on error.
456
456
*
457
457
* \since This function is available since SDL_mixer 2.0.2.
@@ -1357,8 +1357,8 @@ typedef void (SDLCALL *Mix_EffectDone_t)(int chan, void *udata);
1357
1357
* \param chan the channel to register an effect to, or MIX_CHANNEL_POST.
1358
1358
* \param f effect the callback to run when more of this channel is to be
1359
1359
* mixed.
1360
- * \param d effect done callback
1361
- * \param arg argument
1360
+ * \param d effect done callback.
1361
+ * \param arg argument.
1362
1362
* \returns zero if error (no such channel), nonzero if added. Error messages
1363
1363
* can be retrieved from Mix_GetError().
1364
1364
*
@@ -1673,7 +1673,7 @@ extern DECLSPEC int SDLCALL Mix_GroupChannel(int which, int tag);
1673
1673
* \param from the first channel to set the tag on.
1674
1674
* \param to the last channel to set the tag on, inclusive.
1675
1675
* \param tag an arbitrary value to assign a channel.
1676
- * \returns 0 if successful, negative on error
1676
+ * \returns 0 if successful, negative on error.
1677
1677
*
1678
1678
* \since This function is available since SDL_mixer 2.0.0.
1679
1679
*/
@@ -1720,7 +1720,7 @@ extern DECLSPEC int SDLCALL Mix_GroupCount(int tag);
1720
1720
* If no channel with this tag is currently playing, this function returns -1.
1721
1721
*
1722
1722
* \param tag an arbitrary value, assigned to channels, to search through.
1723
- * \returns the "oldest" sample playing in a group of channels
1723
+ * \returns the "oldest" sample playing in a group of channels.
1724
1724
*
1725
1725
* \since This function is available since SDL_mixer 2.0.0.
1726
1726
*
@@ -1738,7 +1738,7 @@ extern DECLSPEC int SDLCALL Mix_GroupOldest(int tag);
1738
1738
* If no channel with this tag is currently playing, this function returns -1.
1739
1739
*
1740
1740
* \param tag an arbitrary value, assigned to channels, to search through.
1741
- * \returns the "most recent" sample playing in a group of channels
1741
+ * \returns the "most recent" sample playing in a group of channels.
1742
1742
*
1743
1743
* \since This function is available since SDL_mixer 2.0.0.
1744
1744
*
@@ -2421,7 +2421,7 @@ extern DECLSPEC int SDLCALL Mix_PausedMusic(void);
2421
2421
*
2422
2422
* This only applies to MOD music formats.
2423
2423
*
2424
- * \param order order
2424
+ * \param order order.
2425
2425
* \returns 0 if successful, or -1 if failed or isn't implemented.
2426
2426
*
2427
2427
* \since This function is available since SDL_mixer 2.6.0.
@@ -2504,7 +2504,7 @@ extern DECLSPEC double SDLCALL Mix_MusicDuration(Mix_Music *music);
2504
2504
*
2505
2505
* \param music the music object to query.
2506
2506
* \returns -1.0 if this feature is not used for this music or not supported
2507
- * for some codec
2507
+ * for some codec.
2508
2508
*
2509
2509
* \since This function is available since SDL_mixer 2.6.0.
2510
2510
*/
@@ -2519,7 +2519,7 @@ extern DECLSPEC double SDLCALL Mix_GetMusicLoopStartTime(Mix_Music *music);
2519
2519
*
2520
2520
* \param music the music object to query.
2521
2521
* \returns -1.0 if this feature is not used for this music or not supported
2522
- * for some codec
2522
+ * for some codec.
2523
2523
*
2524
2524
* \since This function is available since SDL_mixer 2.6.0.
2525
2525
*/
@@ -2534,7 +2534,7 @@ extern DECLSPEC double SDLCALL Mix_GetMusicLoopEndTime(Mix_Music *music);
2534
2534
*
2535
2535
* \param music the music object to query.
2536
2536
* \returns -1.0 if this feature is not used for this music or not supported
2537
- * for some codec
2537
+ * for some codec.
2538
2538
*
2539
2539
* \since This function is available since SDL_mixer 2.6.0.
2540
2540
*/
@@ -2554,7 +2554,7 @@ extern DECLSPEC double SDLCALL Mix_GetMusicLoopLengthTime(Mix_Music *music);
2554
2554
* Paused channels are treated as playing, even though they are not currently
2555
2555
* making forward progress in mixing.
2556
2556
*
2557
- * \param channel channel
2557
+ * \param channel channel.
2558
2558
* \returns non-zero if channel is playing, zero otherwise. If `channel` is
2559
2559
* -1, return the total number of channel playings.
2560
2560
*
@@ -2593,8 +2593,8 @@ extern DECLSPEC int SDLCALL Mix_PlayingMusic(void);
2593
2593
* You are strongly encouraged not to use this function without an extremely
2594
2594
* good reason.
2595
2595
*
2596
- * \param command command
2597
- * \returns 0 if successful, -1 on error
2596
+ * \param command command.
2597
+ * \returns 0 if successful, -1 on error.
2598
2598
*
2599
2599
* \since This function is available since SDL_mixer 2.0.0.
2600
2600
*/
@@ -2716,7 +2716,7 @@ extern DECLSPEC int SDLCALL Mix_EachSoundFont(Mix_EachSoundFontCallback function
2716
2716
* play MIDI files.
2717
2717
*
2718
2718
* \param path path to a Timidity config file.
2719
- * \returns 1 if successful, 0 on error
2719
+ * \returns 1 if successful, 0 on error.
2720
2720
*
2721
2721
* \since This function is available since SDL_mixer 2.6.0.
2722
2722
*/
0 commit comments