Fix typo in docs

ma_context_get_devices and ma_context_enumerate_devices are mutually related
functions.

enumerate_devices's docs refer to get_devices, but get_devices's docs refer to
get_devices by mistake. Change get_devices's docs to refer to enumerate_devices
as intended.
This commit is contained in:
strager
2024-12-19 15:19:55 -05:00
committed by David Reid
parent 8b6611299e
commit 6a8a756b88
+1 -1
View File
@@ -8428,7 +8428,7 @@ The returned pointers will become invalid upon the next call this this function,
See Also
--------
ma_context_get_devices()
ma_context_enumerate_devices()
*/
MA_API ma_result ma_context_get_devices(ma_context* pContext, ma_device_info** ppPlaybackDeviceInfos, ma_uint32* pPlaybackDeviceCount, ma_device_info** ppCaptureDeviceInfos, ma_uint32* pCaptureDeviceCount);