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

@@ -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 */

View File

@@ -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
*/