From cb3260c1ff392c2323f0efba3e4d098a84af150c Mon Sep 17 00:00:00 2001 From: capitalistspz Date: Mon, 5 Jan 2026 15:53:52 +0000 Subject: [PATCH] Small comment changes --- include/sndcore2/rmt.h | 3 ++- include/sndcore2/voice.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/sndcore2/rmt.h b/include/sndcore2/rmt.h index 8ae96aa2..7c01d050 100644 --- a/include/sndcore2/rmt.h +++ b/include/sndcore2/rmt.h @@ -17,6 +17,7 @@ extern "C" { * * \see AXRmtGetSamplesLeft * \see AXRmtGetSamples + * \note * Reduces number of available samples */ uint32_t @@ -33,7 +34,7 @@ AXRmtAdvancePtr(uint32_t count); * \see AXRmtGetSamplesLeft * \see AXRmtAdvancePtr * \see AXSetVoiceRmtOn - * + * \note * Samples can be obtained while a voice with remote output enabled is playing */ uint32_t diff --git a/include/sndcore2/voice.h b/include/sndcore2/voice.h index bd74a942..bc1e5a94 100644 --- a/include/sndcore2/voice.h +++ b/include/sndcore2/voice.h @@ -380,7 +380,7 @@ AXSetVoiceVeDelta(AXVoice *voice, /** * Enable generating samples for Wiimotes * \param voice voice to generate samples from - * \param on set to TRUE to generate samples for Wiimotes + * \param on set TRUE to generate samples for Wiimotes * * \see AXRmtGetSamples */