vprocss: 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:
parent
c188bcc141
commit
1fb0b91e37
9 changed files with 13 additions and 13 deletions
|
@ -33,9 +33,8 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss_vdma.c
|
||||
* @addtogroup vprocss
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
|
||||
* Video buffer management routine.
|
||||
* The functions in this file provides an abstraction from the register peek/poke
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
* @file xvprocss_vdma.h
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This header file contains the video processing engine DMA buffer management
|
||||
* routines and helper functions. AXI-VDMA core is used to provide DMA
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss.c
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
*
|
||||
* This is main code of Xilinx Video Processing Subsystem device driver.
|
||||
* Please see xvprocss.h for more details of the driver.
|
||||
|
@ -1646,3 +1648,4 @@ void XVprocss_ReportSubsystemConfig(XVprocss *InstancePtr)
|
|||
}
|
||||
xil_printf("**************************************************\r\n\r\n");
|
||||
}
|
||||
/** @} */
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss.h
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This is main header file of the Xilinx Video Processing Subsystem driver
|
||||
*
|
||||
|
@ -524,3 +527,4 @@ void XVprocss_RegisterDelayHandler(XVprocss *InstancePtr,
|
|||
#endif
|
||||
|
||||
#endif /* end of protection macro */
|
||||
/** @} */
|
||||
|
|
|
@ -33,9 +33,8 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss_coreinit.c
|
||||
* @addtogroup vprocss
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
|
||||
* Video Processing Subsystem Sub-Cores initialization
|
||||
* The functions in this file provides an abstraction from the initialization
|
||||
|
|
|
@ -33,9 +33,8 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss_coreinit.h
|
||||
* @addtogroup vprocss
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This header file contains the video processing engine sub-cores
|
||||
* initialization routines and helper functions.
|
||||
|
|
|
@ -33,9 +33,8 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss_router.c
|
||||
* @addtogroup vprocss
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
|
||||
* Video buffer management routine.
|
||||
* The functions in this file provides an abstraction from the register peek/poke
|
||||
|
|
|
@ -33,9 +33,8 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss_router.h
|
||||
* @addtogroup vprocss
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This header file contains the video processing engine data flow setup
|
||||
* routines and helper functions.
|
||||
|
|
|
@ -33,9 +33,8 @@
|
|||
/**
|
||||
*
|
||||
* @file xvprocss_sinit.c
|
||||
* @addtogroup vprocss
|
||||
* @addtogroup vprocss_v1_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This file contains the implementation of the Video Processing Subsystem
|
||||
* driver's static initialization functionality.
|
||||
|
|
Loading…
Add table
Reference in a new issue