Browse Source

fixed missing parameter name in doxygen description

Fredrik Hultin 10 years ago
parent
commit
d2adb8a1bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/openhmd.h

+ 1 - 1
include/openhmd.h

@@ -208,7 +208,7 @@ OHMD_APIENTRYDLL ohmd_device* OHMD_APIENTRY ohmd_list_open_device(ohmd_context*
  * Closes a device opened by ohmd_list_open_device. Note that ohmd_ctx_destroy automatically closes any open devices
  * assoiciated with the context being destroyed.
  *
- * @param The open device.
+ * @param device The open device.
  * @return 0 on success, <0 on failure.
  */
 OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_close_device(ohmd_device* device);