Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/avi
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
Diffstat (limited to 'source/blender/avi')
-rw-r--r--source/blender/avi/AVI_avi.h3
-rw-r--r--source/blender/avi/intern/avi.c3
-rw-r--r--source/blender/avi/intern/avi_codecs.c3
-rw-r--r--source/blender/avi/intern/avi_endian.c3
-rw-r--r--source/blender/avi/intern/avi_endian.h3
-rw-r--r--source/blender/avi/intern/avi_intern.h3
-rw-r--r--source/blender/avi/intern/avi_mjpeg.c3
-rw-r--r--source/blender/avi/intern/avi_mjpeg.h3
-rw-r--r--source/blender/avi/intern/avi_options.c3
-rw-r--r--source/blender/avi/intern/avi_rgb.c3
-rw-r--r--source/blender/avi/intern/avi_rgb.h3
-rw-r--r--source/blender/avi/intern/avi_rgb32.c3
-rw-r--r--source/blender/avi/intern/avi_rgb32.h3
13 files changed, 13 insertions, 26 deletions
diff --git a/source/blender/avi/AVI_avi.h b/source/blender/avi/AVI_avi.h
index f309400b022..5b38be3245b 100644
--- a/source/blender/avi/AVI_avi.h
+++ b/source/blender/avi/AVI_avi.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file AVI_avi.h
- * \ingroup avi
+/** \file \ingroup avi
*
* \section avi_about About the AVI module
*
diff --git a/source/blender/avi/intern/avi.c b/source/blender/avi/intern/avi.c
index 24e500f9992..a7ba16b4ee3 100644
--- a/source/blender/avi/intern/avi.c
+++ b/source/blender/avi/intern/avi.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi.c
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code.
*/
diff --git a/source/blender/avi/intern/avi_codecs.c b/source/blender/avi/intern/avi_codecs.c
index 1567b788510..569e490ca03 100644
--- a/source/blender/avi/intern/avi_codecs.c
+++ b/source/blender/avi/intern/avi_codecs.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_codecs.c
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code. Identify and convert different avi-files.
*/
diff --git a/source/blender/avi/intern/avi_endian.c b/source/blender/avi/intern/avi_endian.c
index d9037780b79..cb44205c47d 100644
--- a/source/blender/avi/intern/avi_endian.c
+++ b/source/blender/avi/intern/avi_endian.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_endian.c
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code. Streams bytes to output depending on the
* endianness of the system.
diff --git a/source/blender/avi/intern/avi_endian.h b/source/blender/avi/intern/avi_endian.h
index 679ffae46c2..50caced7ae0 100644
--- a/source/blender/avi/intern/avi_endian.h
+++ b/source/blender/avi/intern/avi_endian.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_endian.h
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code.
*/
diff --git a/source/blender/avi/intern/avi_intern.h b/source/blender/avi/intern/avi_intern.h
index c3f5db8e10b..b937967691d 100644
--- a/source/blender/avi/intern/avi_intern.h
+++ b/source/blender/avi/intern/avi_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_intern.h
- * \ingroup avi
+/** \file \ingroup avi
*/
#ifndef __AVI_INTERN_H__
diff --git a/source/blender/avi/intern/avi_mjpeg.c b/source/blender/avi/intern/avi_mjpeg.c
index 03e906723ca..427991b4a7a 100644
--- a/source/blender/avi/intern/avi_mjpeg.c
+++ b/source/blender/avi/intern/avi_mjpeg.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_mjpeg.c
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code. Converts between avi and mpeg/jpeg.
*/
diff --git a/source/blender/avi/intern/avi_mjpeg.h b/source/blender/avi/intern/avi_mjpeg.h
index f0a161b795f..17e941fc188 100644
--- a/source/blender/avi/intern/avi_mjpeg.h
+++ b/source/blender/avi/intern/avi_mjpeg.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_mjpeg.h
- * \ingroup avi
+/** \file \ingroup avi
*/
#ifndef __AVI_MJPEG_H__
diff --git a/source/blender/avi/intern/avi_options.c b/source/blender/avi/intern/avi_options.c
index d63cda0c874..2cbf997784b 100644
--- a/source/blender/avi/intern/avi_options.c
+++ b/source/blender/avi/intern/avi_options.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_options.c
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code. Sets some compression related options
* (width, height quality, framerate).
diff --git a/source/blender/avi/intern/avi_rgb.c b/source/blender/avi/intern/avi_rgb.c
index 0cc8917e399..2d1db99e8d1 100644
--- a/source/blender/avi/intern/avi_rgb.c
+++ b/source/blender/avi/intern/avi_rgb.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_rgb.c
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code. Converts rgb-type avi-s.
*/
diff --git a/source/blender/avi/intern/avi_rgb.h b/source/blender/avi/intern/avi_rgb.h
index fa51939fcc7..af2cb7adef7 100644
--- a/source/blender/avi/intern/avi_rgb.h
+++ b/source/blender/avi/intern/avi_rgb.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_rgb.h
- * \ingroup avi
+/** \file \ingroup avi
*/
#ifndef __AVI_RGB_H__
diff --git a/source/blender/avi/intern/avi_rgb32.c b/source/blender/avi/intern/avi_rgb32.c
index ce1cad98b41..57317b76488 100644
--- a/source/blender/avi/intern/avi_rgb32.c
+++ b/source/blender/avi/intern/avi_rgb32.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_rgb32.c
- * \ingroup avi
+/** \file \ingroup avi
*
* This is external code. Converts between rgb32 and avi.
*/
diff --git a/source/blender/avi/intern/avi_rgb32.h b/source/blender/avi/intern/avi_rgb32.h
index d88aca23e7b..be42c098134 100644
--- a/source/blender/avi/intern/avi_rgb32.h
+++ b/source/blender/avi/intern/avi_rgb32.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/avi/intern/avi_rgb32.h
- * \ingroup avi
+/** \file \ingroup avi
*/
#ifndef __AVI_RGB32_H__