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/imbuf/intern/cineon/cineon_dpx.c | 3 ++- source/blender/imbuf/intern/cineon/cineonlib.c | 3 ++- source/blender/imbuf/intern/cineon/cineonlib.h | 3 ++- source/blender/imbuf/intern/cineon/dpxlib.c | 3 ++- source/blender/imbuf/intern/cineon/dpxlib.h | 3 ++- source/blender/imbuf/intern/cineon/logImageCore.c | 3 ++- source/blender/imbuf/intern/cineon/logImageCore.h | 3 ++- source/blender/imbuf/intern/cineon/logmemfile.c | 3 ++- source/blender/imbuf/intern/cineon/logmemfile.h | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) (limited to 'source/blender/imbuf/intern/cineon') diff --git a/source/blender/imbuf/intern/cineon/cineon_dpx.c b/source/blender/imbuf/intern/cineon/cineon_dpx.c index e12a9c105e9..2db7668c0ca 100644 --- a/source/blender/imbuf/intern/cineon/cineon_dpx.c +++ b/source/blender/imbuf/intern/cineon/cineon_dpx.c @@ -16,7 +16,8 @@ * The Original Code is Copyright (C) 2006 Blender Foundation. */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon */ diff --git a/source/blender/imbuf/intern/cineon/cineonlib.c b/source/blender/imbuf/intern/cineon/cineonlib.c index f6e914565e8..d9f1c92fdde 100644 --- a/source/blender/imbuf/intern/cineon/cineonlib.c +++ b/source/blender/imbuf/intern/cineon/cineonlib.c @@ -16,7 +16,8 @@ * Copyright 1999,2000,2001 David Hodson */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * Cineon image file format library routines. */ diff --git a/source/blender/imbuf/intern/cineon/cineonlib.h b/source/blender/imbuf/intern/cineon/cineonlib.h index 45a9d1035c9..fddef8e658f 100644 --- a/source/blender/imbuf/intern/cineon/cineonlib.h +++ b/source/blender/imbuf/intern/cineon/cineonlib.h @@ -16,7 +16,8 @@ * Copyright 1999,2000,2001 David Hodson */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * Cineon image file format library definitions. * Also handles DPX files (almost) diff --git a/source/blender/imbuf/intern/cineon/dpxlib.c b/source/blender/imbuf/intern/cineon/dpxlib.c index 00af7f2a1c6..7ffe259186d 100644 --- a/source/blender/imbuf/intern/cineon/dpxlib.c +++ b/source/blender/imbuf/intern/cineon/dpxlib.c @@ -16,7 +16,8 @@ * Copyright 1999 - 2002 David Hodson */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * Dpx image file format library routines. */ diff --git a/source/blender/imbuf/intern/cineon/dpxlib.h b/source/blender/imbuf/intern/cineon/dpxlib.h index db0cce84189..fe9f34901b8 100644 --- a/source/blender/imbuf/intern/cineon/dpxlib.h +++ b/source/blender/imbuf/intern/cineon/dpxlib.h @@ -16,7 +16,8 @@ * Copyright 1999 - 2002 David Hodson */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * DPX image file format library definitions. */ diff --git a/source/blender/imbuf/intern/cineon/logImageCore.c b/source/blender/imbuf/intern/cineon/logImageCore.c index fdd5b0a9606..3dcf1814f27 100644 --- a/source/blender/imbuf/intern/cineon/logImageCore.c +++ b/source/blender/imbuf/intern/cineon/logImageCore.c @@ -16,7 +16,8 @@ * Copyright 1999,2000,2001 David Hodson */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * Cineon image file format library routines. */ diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h index 7604724a803..07fe6e22d40 100644 --- a/source/blender/imbuf/intern/cineon/logImageCore.h +++ b/source/blender/imbuf/intern/cineon/logImageCore.h @@ -16,7 +16,8 @@ * Copyright 1999,2000,2001 David Hodson */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * Cineon image file format library definitions. * Cineon and DPX common structures. diff --git a/source/blender/imbuf/intern/cineon/logmemfile.c b/source/blender/imbuf/intern/cineon/logmemfile.c index 866763c0f46..e67ef74951b 100644 --- a/source/blender/imbuf/intern/cineon/logmemfile.c +++ b/source/blender/imbuf/intern/cineon/logmemfile.c @@ -16,7 +16,8 @@ * Copyright 2006 Joseph Eagar (joeedh@gmail.com) */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * Cineon image file format library routines. */ diff --git a/source/blender/imbuf/intern/cineon/logmemfile.h b/source/blender/imbuf/intern/cineon/logmemfile.h index 752ae72ffc3..9b6def2a617 100644 --- a/source/blender/imbuf/intern/cineon/logmemfile.h +++ b/source/blender/imbuf/intern/cineon/logmemfile.h @@ -16,7 +16,8 @@ * Copyright 2006 Joseph Eagar (joeedh@gmail.com) */ -/** \file \ingroup imbcineon +/** \file + * \ingroup imbcineon * * Cineon image file format library routines. */ -- cgit v1.2.3