소스 검색

openhmd: fix documentation of ohmd_require_version

Alexandre Janniaux 6 년 전
부모
커밋
80d51bea57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/openhmd.h

+ 1 - 1
include/openhmd.h

@@ -462,7 +462,7 @@ OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohm
 OHMD_APIENTRYDLL void OHMD_APIENTRY ohmd_get_version(int* out_major, int* out_minor, int* out_patch);
 
 /**
- * Set an void* data value for a device.
+ * Check that the library is compatible with the required version.
  *
  * @param major Required major version.
  * @param minor Required minor version.