API documentation fix for some .inc files (#489)
* Fixed param information * Removed whitespace that prevented the API to generate client_disconnected information * Fixed documentation. * Update lang.inc * Documentation fix (g/s)et_user_hitzones() functions weren't generating properly in the API due to a whitespace in front of the comment blocks. @return for give item() was missing. * Whitespace prevented API documentation from generating * Update lang.inc
This commit is contained in:
@@ -167,9 +167,9 @@ native time(&hour = 0, &minute = 0, &second = 0);
|
||||
/**
|
||||
* Retrieves the current date in year, month and day.
|
||||
*
|
||||
* @param hour Variable to store year in
|
||||
* @param minute Variable to store month in
|
||||
* @param second Variable to store day in
|
||||
* @param year Variable to store year in
|
||||
* @param month Variable to store month in
|
||||
* @param day Variable to store day in
|
||||
*
|
||||
* @noreturn
|
||||
*/
|
||||
|
Reference in New Issue
Block a user