Eliminated doxygen warnings

This commit is contained in:
Johannes Ekberg
2014-02-07 22:37:13 +01:00
parent 1bbde93d8a
commit 30aaae4a62
5 changed files with 6 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ int sceRtcGetDayOfWeek(int year, int month, int day);
* Validate pspDate component ranges
*
* @param date - pointer to pspDate struct to be checked
* @return 0 on success, one of ::CheckValidErrors on error
* @return 0 on success, one of ::pspRtcCheckValidErrors on error
*/
int sceRtcCheckValid(const pspTime* date);