mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 20:45:05 +00:00
Eliminated doxygen warnings
This commit is contained in:
@@ -174,7 +174,7 @@ struct DeviceRequest
|
||||
unsigned short wLength;
|
||||
} __attribute__((packed));
|
||||
|
||||
/** USB driver structure used by ::sceUsbbdRegisterDriver and ::sceUsbbdUnregisterDriver */
|
||||
/** USB driver structure used by ::sceUsbbdRegister and ::sceUsbbdUnregister */
|
||||
struct UsbDriver
|
||||
{
|
||||
/** Name of the USB driver */
|
||||
|
||||
@@ -258,7 +258,7 @@ int sceUsbCamSetupStill(PspUsbCamSetupStillParam *param);
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
@@ -499,7 +499,7 @@ int sceUsbCamGetContrast(int *contrast);
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user