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

View File

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

View File

@@ -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);

View File

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

View File

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