dptxss: 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:17:05 +05:30
parent 5125df28f8
commit a8a21ab14d
7 changed files with 23 additions and 1 deletions

View file

@ -33,6 +33,8 @@
/**
*
* @file xdptxss.c
* @addtogroup dptxss_v1_0
* @{
*
* This is the main file for Xilinx DisplayPort Transmitter Subsystem driver.
* This file contains a minimal set of functions for the XDpTxSs driver that
@ -922,3 +924,4 @@ static void DpTxSs_GetIncludedSubCores(XDpTxSs *InstancePtr)
(&DpTxSsSubCores.VtcInst[Index]): NULL);
}
}
/** @} */

View file

@ -33,6 +33,9 @@
/**
*
* @file xdptxss.h
* @addtogroup dptxss_v1_0
* @{
* @details
*
* This is the main header file for Xilinx DisplayPort Transmitter Subsystem
* core. It abstracts Subsystem cores and provides high level API's to
@ -279,3 +282,4 @@ void XDpTxSs_SetUserTimerHandler(XDpTxSs *InstancePtr,
#endif
#endif /* End of protection macro */
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdptxss_dbg.c
* @addtogroup dptxss_v1_0
* @{
*
* This file contains functions to report debug information of DisplayPort TX
* Subsystem sub-cores.
@ -532,3 +534,4 @@ void XDpTxSs_ReportMsaInfo(XDpTxSs *InstancePtr)
xil_printf("\n\r");
}
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdptxss_hw.h
* @addtogroup dptxss_v1_0
* @{
*
* This header file contains identifiers and register-level core functions (or
* macros) that can be used to access the Xilinx DisplayPort Transmitter
@ -170,4 +172,5 @@ extern "C" {
}
#endif
#endif /* end of protection macro */
#endif /* end of protection macro */
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdptxss_intr.c
* @addtogroup dptxss_v1_0
* @{
*
* This file contains interrupt related functions of Xilinx DisplayPort TX
* Subsystem core. Please see xdptxss.h for more details of the core.
@ -188,3 +190,4 @@ void XDpTxSs_SetUserTimerHandler(XDpTxSs *InstancePtr,
/* Set custom timer wait handler */
XDp_SetUserTimerHandler(InstancePtr->DpPtr, CallbackFunc, CallbackRef);
}
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdptxss_selftest.c
* @addtogroup dptxss_v1_0
* @{
*
* This file contains self test function for the DisplayPort Transmitter
* Subsystem core.
@ -122,3 +124,4 @@ u32 XDpTxSs_SelfTest(XDpTxSs *InstancePtr)
return XST_SUCCESS;
}
/** @} */

View file

@ -33,6 +33,8 @@
/**
*
* @file xdptxss_sinit.c
* @addtogroup dptxss_v1_0
* @{
*
* This file contains static initialization method for Xilinx DisplayPort
* Transmitter Subsystem core.
@ -106,3 +108,4 @@ XDpTxSs_Config *XDpTxSs_LookupConfig(u16 DeviceId)
return (XDpTxSs_Config *)CfgPtr;
}
/** @} */