dprxss: Added @addtogroup tag with appropriate version information

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Reviewed-by: Kedareswara rao Appana <appanad@xilinx.com>
This commit is contained in:
Nava kishore Manne 2015-08-13 18:23:39 +05:30
parent a8a21ab14d
commit a8d64830d6
7 changed files with 22 additions and 0 deletions

View file

@ -33,6 +33,8 @@
/**
*
* @file xdprxss.c
* @addtogroup dprxss_v1_0
* @{
*
* This is the main file for Xilinx DisplayPort Receiver Subsystem driver.
* This file contains a minimal set of functions for the XDpRxSs driver that
@ -830,3 +832,4 @@ static void StubUnplugCallback(void *InstancePtr)
DpRxSsPtr->UnplugCallback(DpRxSsPtr->UnplugRef);
}
}
/** @} */

View file

@ -33,6 +33,9 @@
/**
*
* @file xdprxss.h
* @addtogroup dprxss_v1_0
* @{
* @details
*
* This is the main header file for Xilinx DisplayPort Receiver Subsystem core.
* It abstracts Subsystem cores and provides high level API's to application
@ -481,3 +484,4 @@ void XDpRxSs_SetUserTimerHandler(XDpRxSs *InstancePtr,
#endif
#endif /* End of protection macro */
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdprxss_dbg.c
* @addtogroup dprxss_v1_0
* @{
*
* This file contains functions to report debug information of DisplayPort RX
* Subsystem sub-cores.
@ -306,3 +308,4 @@ void XDpRxSs_ReportDp159BitErrCount(XDpRxSs *InstancePtr)
XVidC_Dp159Write(InstancePtr->IicPtr, XVIDC_DP159_IIC_SLAVE,
0xFF, 0x01);
}
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdprxss_hw.h
* @addtogroup dprxss_v1_0
* @{
*
* This header file contains identifiers and register-level core functions (or
* macros) that can be used to access the Xilinx DisplayPort Receiver Subsystem.
@ -187,3 +189,4 @@ extern "C" {
#endif
#endif /* end of protection macro */
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdprxss_intr.c
* @addtogroup dprxss_v1_0
* @{
*
* This file contains interrupt related functions of Xilinx DisplayPort RX
* Subsystem core. Please see xdprxss.h for more details of the core.
@ -352,3 +354,4 @@ void XDpRxSs_SetUserTimerHandler(XDpRxSs *InstancePtr,
/* Set custom timer wait handler */
XDp_SetUserTimerHandler(InstancePtr->DpPtr, CallbackFunc, CallbackRef);
}
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdprxss_selftest.c
* @addtogroup dprxss_v1_0
* @{
*
* This file contains self test function for the DisplayPort Receiver
* Subsystem core.
@ -111,3 +113,4 @@ u32 XDpRxSs_SelfTest(XDpRxSs *InstancePtr)
return XST_SUCCESS;
}
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdprxss_sinit.c
* @addtogroup dprxss_v1_0
* @{
*
* This file contains static initialization method for Xilinx DisplayPort
* Receiver Subsystem core.
@ -107,3 +109,4 @@ XDpRxSs_Config *XDpRxSs_LookupConfig(u16 DeviceId)
return (XDpRxSs_Config *)CfgPtr;
}
/** @} */