From de13d0a80c3cb6a7445245b2999a29fe70e49953 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Feb 2019 08:08:12 +1100 Subject: doxygen: add newline after \file While \file doesn't need an argument, it can't have another doxy command after it. --- source/blender/avi/AVI_avi.h | 3 ++- source/blender/avi/intern/avi.c | 3 ++- source/blender/avi/intern/avi_codecs.c | 3 ++- source/blender/avi/intern/avi_endian.c | 3 ++- source/blender/avi/intern/avi_endian.h | 3 ++- source/blender/avi/intern/avi_intern.h | 3 ++- source/blender/avi/intern/avi_mjpeg.c | 3 ++- source/blender/avi/intern/avi_mjpeg.h | 3 ++- source/blender/avi/intern/avi_options.c | 3 ++- source/blender/avi/intern/avi_rgb.c | 3 ++- source/blender/avi/intern/avi_rgb.h | 3 ++- source/blender/avi/intern/avi_rgb32.c | 3 ++- source/blender/avi/intern/avi_rgb32.h | 3 ++- 13 files changed, 26 insertions(+), 13 deletions(-) (limited to 'source/blender/avi') 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__ -- cgit v1.2.3