mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
Eliminated doxygen warnings
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user