Commit 69fb7ff0 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

Corrected automatic @author fields

parent 2d984f96
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 * <b>Module:</b> mclt16x16
 * <b>Module:</b> mclt16x16
 * @file mclt16x16.v
 * @file mclt16x16.v
 * @date 2017-12-07  
 * @date 2017-12-07  
 * @author eyesis
 * @author Andrey Filippov
 *     
 *     
 * @brief Direct MCLT of 16x16 tile with subpixel window shift
 * @brief Direct MCLT of 16x16 tile with subpixel window shift
 *
 *
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 * <b>Module:</b> mclt16x16_bayer
 * <b>Module:</b> mclt16x16_bayer
 * @file mclt16x16_bayer.v
 * @file mclt16x16_bayer.v
 * @date 2017-12-21  
 * @date 2017-12-21  
 * @author eyesis
 * @author Andrey Filippov
 *     
 *     
 * @brief Generate addresses and windows to fold MCLT Bayer data
 * @brief Generate addresses and windows to fold MCLT Bayer data
 *
 *
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 * <b>Module:</b> mclt16x16_bayer3
 * <b>Module:</b> mclt16x16_bayer3
 * @file mclt16x16_bayer3.v
 * @file mclt16x16_bayer3.v
 * @date 2017-12-21  
 * @date 2017-12-21  
 * @author eyesis
 * @author Andrey Filippov
 *     
 *     
 * @brief Generate addresses and windows to fold MCLT Bayer data
 * @brief Generate addresses and windows to fold MCLT Bayer data
 *
 *
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 * <b>Module:</b> mclt_baeyer_fold_accum
 * <b>Module:</b> mclt_baeyer_fold_accum
 * @file mclt_baeyer_fold_accum.v
 * @file mclt_baeyer_fold_accum.v
 * @date 2017-12-23  
 * @date 2017-12-23  
 * @author eyesis
 * @author Andrey Filippov
 *     
 *     
 * @brief Alternative implementation of CC and CS folded data accumulators
 * @brief Alternative implementation of CC and CS folded data accumulators
 *
 *
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 * <b>Module:</b> mclt_baeyer_fold_accum_rgb
 * <b>Module:</b> mclt_baeyer_fold_accum_rgb
 * @file mclt_baeyer_fold_accum_rgb.v
 * @file mclt_baeyer_fold_accum_rgb.v
 * @date 2017-12-23  
 * @date 2017-12-23  
 * @author eyesis
 * @author Andrey Filippov
 *     
 *     
 * @brief Alternative implementation of CC and CS folded data accumulators
 * @brief Alternative implementation of CC and CS folded data accumulators
 *
 *
Loading