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

@@ -106,7 +106,7 @@ typedef struct pdpStatStruct
* Get the status of all PDP objects
*
* @param size - Pointer to the size of the stat array (e.g 20 for one structure)
* @param stat - Pointer to a list of ::pspStatStruct structures.
* @param stat - Pointer to a list of ::pdpStatStruct structures.
*
* @return 0 on success, < 0 on error
*/

View File

@@ -133,7 +133,7 @@ int sceNetApctlAddHandler(sceNetApctlHandler handler, void *pArg);
/**
* Delete an apctl event handler.
*
* @param handlerid - A handler as created returned from sceNetApctlAddHandler.
* @param handlerId - A handler as created returned from sceNetApctlAddHandler.
*
* @return < 0 on error.
*/