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:
Nava kishore Manne 2015-08-13 17:44:41 +05:30
parent c188bcc141
commit 1fb0b91e37
9 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

@ -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");
}
/** @} */

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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