docs(src): fix some doxygen warnings (#2731)

This commit is contained in:
ReenigneArcher 2024-06-19 21:36:09 -04:00 committed by GitHub
commit f3abf59fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 15 additions and 74 deletions

View file

@ -1197,14 +1197,6 @@ namespace platf {
}
}
/**
* @brief Creates a new virtual gamepad.
* @param input The global input context.
* @param id The gamepad ID.
* @param metadata Controller metadata from client (empty if none provided).
* @param feedback_queue The queue for posting messages back to the client.
* @return 0 on success.
*/
int
alloc_gamepad(input_t &input, const gamepad_id_t &id, const gamepad_arrival_t &metadata, feedback_queue_t feedback_queue) {
auto raw = (input_raw_t *) input.get();