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/imbuf/intern/cineon
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/imbuf/intern/cineon')
-rw-r--r--source/blender/imbuf/intern/cineon/cineon_dpx.c3
-rw-r--r--source/blender/imbuf/intern/cineon/cineonlib.c3
-rw-r--r--source/blender/imbuf/intern/cineon/cineonlib.h3
-rw-r--r--source/blender/imbuf/intern/cineon/dpxlib.c3
-rw-r--r--source/blender/imbuf/intern/cineon/dpxlib.h3
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.c3
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.h3
-rw-r--r--source/blender/imbuf/intern/cineon/logmemfile.c3
-rw-r--r--source/blender/imbuf/intern/cineon/logmemfile.h3
9 files changed, 18 insertions, 9 deletions
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 <hodsond@acm.org>
*/
-/** \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 <hodsond@acm.org>
*/
-/** \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 <hodsond@acm.org>
*/
-/** \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 <hodsond@acm.org>
*/
-/** \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 <hodsond@acm.org>
*/
-/** \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 <hodsond@acm.org>
*/
-/** \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.
*/