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:
Diffstat (limited to 'source/blender/avi/intern')
-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
12 files changed, 12 insertions, 24 deletions
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__