mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 04:10:06 +00:00
Eliminated doxygen warnings
This commit is contained in:
@@ -106,7 +106,7 @@ typedef struct pdpStatStruct
|
|||||||
* Get the status of all PDP objects
|
* Get the status of all PDP objects
|
||||||
*
|
*
|
||||||
* @param size - Pointer to the size of the stat array (e.g 20 for one structure)
|
* @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
|
* @return 0 on success, < 0 on error
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ int sceNetApctlAddHandler(sceNetApctlHandler handler, void *pArg);
|
|||||||
/**
|
/**
|
||||||
* Delete an apctl event handler.
|
* 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.
|
* @return < 0 on error.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ int sceRtcGetDayOfWeek(int year, int month, int day);
|
|||||||
* Validate pspDate component ranges
|
* Validate pspDate component ranges
|
||||||
*
|
*
|
||||||
* @param date - pointer to pspDate struct to be checked
|
* @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);
|
int sceRtcCheckValid(const pspTime* date);
|
||||||
|
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ struct DeviceRequest
|
|||||||
unsigned short wLength;
|
unsigned short wLength;
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
/** USB driver structure used by ::sceUsbbdRegisterDriver and ::sceUsbbdUnregisterDriver */
|
/** USB driver structure used by ::sceUsbbdRegister and ::sceUsbbdUnregister */
|
||||||
struct UsbDriver
|
struct UsbDriver
|
||||||
{
|
{
|
||||||
/** Name of the USB driver */
|
/** Name of the USB driver */
|
||||||
|
|||||||
@@ -258,7 +258,7 @@ int sceUsbCamSetupStill(PspUsbCamSetupStillParam *param);
|
|||||||
/**
|
/**
|
||||||
* Setups the parameters to take a still image (with more options)
|
* Setups the parameters to take a still image (with more options)
|
||||||
*
|
*
|
||||||
* @param param - pointer to a ::PspUsbCamSetupStillParamEx
|
* @param param - pointer to a ::PspUsbCamSetupStillExParam
|
||||||
*
|
*
|
||||||
* @return 0 on success, < 0 on error
|
* @return 0 on success, < 0 on error
|
||||||
*/
|
*/
|
||||||
@@ -499,7 +499,7 @@ int sceUsbCamGetContrast(int *contrast);
|
|||||||
/**
|
/**
|
||||||
* Gets the current sharpness
|
* Gets the current sharpness
|
||||||
*
|
*
|
||||||
* @param brightness - pointer to a variable that receives the current sharpness
|
* @param sharpness - pointer to a variable that receives the current sharpness
|
||||||
*
|
*
|
||||||
* @return 0 on success, < 0 on error
|
* @return 0 on success, < 0 on error
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user