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-18 00:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 00:22:12 +0300
commitde13d0a80c3cb6a7445245b2999a29fe70e49953 (patch)
tree48ab17499c8ade363e082e5871770a9d10a8b930 /source/blender/avi
parent3316853323226afe7003a8638fa09600d9ba028d (diff)
doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
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, 26 insertions, 13 deletions
diff --git a/source/blender/avi/AVI_avi.h b/source/blender/avi/AVI_avi.h
index 5b38be3245b..ce1c2ed343b 100644
--- a/source/blender/avi/AVI_avi.h
+++ b/source/blender/avi/AVI_avi.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 a7ba16b4ee3..cc53a7561f4 100644
--- a/source/blender/avi/intern/avi.c
+++ b/source/blender/avi/intern/avi.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 569e490ca03..781519bbe24 100644
--- a/source/blender/avi/intern/avi_codecs.c
+++ b/source/blender/avi/intern/avi_codecs.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 cb44205c47d..7556f7f5c66 100644
--- a/source/blender/avi/intern/avi_endian.c
+++ b/source/blender/avi/intern/avi_endian.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 50caced7ae0..733e6366ae6 100644
--- a/source/blender/avi/intern/avi_endian.h
+++ b/source/blender/avi/intern/avi_endian.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 b937967691d..d31e4299ff0 100644
--- a/source/blender/avi/intern/avi_intern.h
+++ b/source/blender/avi/intern/avi_intern.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 427991b4a7a..740f0966141 100644
--- a/source/blender/avi/intern/avi_mjpeg.c
+++ b/source/blender/avi/intern/avi_mjpeg.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 17e941fc188..30e46bf1d0c 100644
--- a/source/blender/avi/intern/avi_mjpeg.h
+++ b/source/blender/avi/intern/avi_mjpeg.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 2cbf997784b..a8b0bd68fb1 100644
--- a/source/blender/avi/intern/avi_options.c
+++ b/source/blender/avi/intern/avi_options.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 2d1db99e8d1..55a79a72bcf 100644
--- a/source/blender/avi/intern/avi_rgb.c
+++ b/source/blender/avi/intern/avi_rgb.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 af2cb7adef7..7c8ce590d27 100644
--- a/source/blender/avi/intern/avi_rgb.h
+++ b/source/blender/avi/intern/avi_rgb.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 57317b76488..49270cd3ce0 100644
--- a/source/blender/avi/intern/avi_rgb32.c
+++ b/source/blender/avi/intern/avi_rgb32.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 be42c098134..eb4b9ca4e21 100644
--- a/source/blender/avi/intern/avi_rgb32.h
+++ b/source/blender/avi/intern/avi_rgb32.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup avi
+/** \file
+ * \ingroup avi
*/
#ifndef __AVI_RGB32_H__