[dox] fix some doxygen comments

This commit is contained in:
Felix Ruess
2016-06-21 20:37:34 +02:00
parent e3ea2c8719
commit 40a4803fbd
17 changed files with 50 additions and 48 deletions
@@ -123,7 +123,7 @@ SDL_Event sdl_event;
*
* Function exits with -1 if fails
*
* @param device_index string integer of desired joystick device
* @param device string integer of desired joystick device
*
* @returns 0 on success
*/
@@ -196,7 +196,7 @@ int nps_radio_control_joystick_init(const char *device)
}
/**
* Updates joystick buttons from events, directly reads current axis positions..
* Updates joystick buttons from events, directly reads current axis positions.
*/
void nps_radio_control_joystick_update(void)
{