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 */