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
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')
-rw-r--r--source/blender/imbuf/IMB_colormanagement.h3
-rw-r--r--source/blender/imbuf/IMB_imbuf.h3
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h3
-rw-r--r--source/blender/imbuf/IMB_metadata.h19
-rw-r--r--source/blender/imbuf/IMB_moviecache.h3
-rw-r--r--source/blender/imbuf/IMB_thumbs.h3
-rw-r--r--source/blender/imbuf/intern/IMB_allocimbuf.h3
-rw-r--r--source/blender/imbuf/intern/IMB_anim.h3
-rw-r--r--source/blender/imbuf/intern/IMB_colormanagement_intern.h3
-rw-r--r--source/blender/imbuf/intern/IMB_filetype.h3
-rw-r--r--source/blender/imbuf/intern/IMB_filter.h3
-rw-r--r--source/blender/imbuf/intern/IMB_indexer.h3
-rw-r--r--source/blender/imbuf/intern/allocimbuf.c3
-rw-r--r--source/blender/imbuf/intern/anim_movie.c3
-rw-r--r--source/blender/imbuf/intern/bmp.c3
-rw-r--r--source/blender/imbuf/intern/cache.c3
-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
-rw-r--r--source/blender/imbuf/intern/colormanagement.c3
-rw-r--r--source/blender/imbuf/intern/colormanagement_inline.c3
-rw-r--r--source/blender/imbuf/intern/dds/BlockDXT.cpp3
-rw-r--r--source/blender/imbuf/intern/dds/BlockDXT.h3
-rw-r--r--source/blender/imbuf/intern/dds/Color.h3
-rw-r--r--source/blender/imbuf/intern/dds/ColorBlock.cpp3
-rw-r--r--source/blender/imbuf/intern/dds/ColorBlock.h3
-rw-r--r--source/blender/imbuf/intern/dds/Common.h3
-rw-r--r--source/blender/imbuf/intern/dds/DirectDrawSurface.cpp3
-rw-r--r--source/blender/imbuf/intern/dds/DirectDrawSurface.h3
-rw-r--r--source/blender/imbuf/intern/dds/Image.cpp3
-rw-r--r--source/blender/imbuf/intern/dds/Image.h3
-rw-r--r--source/blender/imbuf/intern/dds/PixelFormat.h3
-rw-r--r--source/blender/imbuf/intern/dds/Stream.cpp3
-rw-r--r--source/blender/imbuf/intern/dds/Stream.h3
-rw-r--r--source/blender/imbuf/intern/dds/dds_api.cpp3
-rw-r--r--source/blender/imbuf/intern/dds/dds_api.h3
-rw-r--r--source/blender/imbuf/intern/divers.c3
-rw-r--r--source/blender/imbuf/intern/filetype.c3
-rw-r--r--source/blender/imbuf/intern/filter.c3
-rw-r--r--source/blender/imbuf/intern/imageprocess.c3
-rw-r--r--source/blender/imbuf/intern/imbuf.h3
-rw-r--r--source/blender/imbuf/intern/indexer.c3
-rw-r--r--source/blender/imbuf/intern/iris.c3
-rw-r--r--source/blender/imbuf/intern/jp2.c3
-rw-r--r--source/blender/imbuf/intern/jpeg.c3
-rw-r--r--source/blender/imbuf/intern/metadata.c3
-rw-r--r--source/blender/imbuf/intern/module.c3
-rw-r--r--source/blender/imbuf/intern/moviecache.c3
-rw-r--r--source/blender/imbuf/intern/oiio/openimageio_api.cpp3
-rw-r--r--source/blender/imbuf/intern/oiio/openimageio_api.h3
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_api.cpp3
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_api.h3
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_multi.h3
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_stub.cpp3
-rw-r--r--source/blender/imbuf/intern/png.c3
-rw-r--r--source/blender/imbuf/intern/radiance_hdr.c3
-rw-r--r--source/blender/imbuf/intern/readimage.c3
-rw-r--r--source/blender/imbuf/intern/rectop.c3
-rw-r--r--source/blender/imbuf/intern/rotate.c3
-rw-r--r--source/blender/imbuf/intern/scaling.c3
-rw-r--r--source/blender/imbuf/intern/stereoimbuf.c3
-rw-r--r--source/blender/imbuf/intern/targa.c3
-rw-r--r--source/blender/imbuf/intern/thumbs.c3
-rw-r--r--source/blender/imbuf/intern/thumbs_blend.c3
-rw-r--r--source/blender/imbuf/intern/thumbs_font.c3
-rw-r--r--source/blender/imbuf/intern/tiff.c3
-rw-r--r--source/blender/imbuf/intern/util.c3
-rw-r--r--source/blender/imbuf/intern/writeimage.c3
74 files changed, 156 insertions, 82 deletions
diff --git a/source/blender/imbuf/IMB_colormanagement.h b/source/blender/imbuf/IMB_colormanagement.h
index 74ac63c0beb..c042e17cf80 100644
--- a/source/blender/imbuf/IMB_colormanagement.h
+++ b/source/blender/imbuf/IMB_colormanagement.h
@@ -20,7 +20,8 @@
#ifndef __IMB_COLORMANAGEMENT_H__
#define __IMB_COLORMANAGEMENT_H__
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "BLI_sys_types.h"
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index f8c85e45f42..81050841550 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
/**
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index 444cbe73949..d6e33d0d186 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -22,7 +22,8 @@
#include "DNA_vec_types.h" /* for rcti */
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
* \brief Contains defines and structs used throughout the imbuf module.
* \todo Clean up includes.
*
diff --git a/source/blender/imbuf/IMB_metadata.h b/source/blender/imbuf/IMB_metadata.h
index 72b5a95287c..d4e8dc1a3b6 100644
--- a/source/blender/imbuf/IMB_metadata.h
+++ b/source/blender/imbuf/IMB_metadata.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
@@ -45,21 +46,21 @@ void IMB_metadata_ensure(struct IDProperty **metadata);
void IMB_metadata_free(struct IDProperty *metadata);
/** Read the field from the image info into the field.
- * \param metadata: the IDProperty that contains the metadata
- * \param key: the key of the field
- * \param value: the data in the field, first one found with key is returned,
+ * \param metadata: the IDProperty that contains the metadata
+ * \param key: the key of the field
+ * \param value: the data in the field, first one found with key is returned,
* memory has to be allocated by user.
- * \param len: length of value buffer allocated by user.
- * \return - 1 (true) if metadata is present and value for the key found, 0 (false) otherwise
+ * \param len: length of value buffer allocated by user.
+ * \return - 1 (true) if metadata is present and value for the key found, 0 (false) otherwise
*/
bool IMB_metadata_get_field(struct IDProperty *metadata, const char *key, char *value, const size_t len);
/** Set user data in the metadata.
* If the field already exists its value is overwritten, otherwise the field
* will be added with the given value.
- * \param metadata: the IDProperty that contains the metadata
- * \param key: the key of the field
- * \param value: the data to be written to the field. zero terminated string
+ * \param metadata: the IDProperty that contains the metadata
+ * \param key: the key of the field
+ * \param value: the data to be written to the field. zero terminated string
*/
void IMB_metadata_set_field(struct IDProperty *metadata, const char *key, const char *value);
diff --git a/source/blender/imbuf/IMB_moviecache.h b/source/blender/imbuf/IMB_moviecache.h
index 6e9c70bb179..706c7b1a7db 100644
--- a/source/blender/imbuf/IMB_moviecache.h
+++ b/source/blender/imbuf/IMB_moviecache.h
@@ -20,7 +20,8 @@
#ifndef __IMB_MOVIECACHE_H__
#define __IMB_MOVIECACHE_H__
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h
index c35980b7d18..cc00f50a209 100644
--- a/source/blender/imbuf/IMB_thumbs.h
+++ b/source/blender/imbuf/IMB_thumbs.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/IMB_allocimbuf.h b/source/blender/imbuf/intern/IMB_allocimbuf.h
index 93ead1679aa..c252a9a63f8 100644
--- a/source/blender/imbuf/intern/IMB_allocimbuf.h
+++ b/source/blender/imbuf/intern/IMB_allocimbuf.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
* \brief Header file for allocimbuf.c
*/
#ifndef __IMB_ALLOCIMBUF_H__
diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h
index 0d4fa9dd22c..a0a8a938870 100644
--- a/source/blender/imbuf/intern/IMB_anim.h
+++ b/source/blender/imbuf/intern/IMB_anim.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/IMB_colormanagement_intern.h b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
index f1e8f15cb41..7ab36b69704 100644
--- a/source/blender/imbuf/intern/IMB_colormanagement_intern.h
+++ b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
@@ -20,7 +20,8 @@
#ifndef __IMB_COLORMANAGEMENT_INTERN_H__
#define __IMB_COLORMANAGEMENT_INTERN_H__
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "DNA_listBase.h"
diff --git a/source/blender/imbuf/intern/IMB_filetype.h b/source/blender/imbuf/intern/IMB_filetype.h
index c318246221a..8ce1a293d0f 100644
--- a/source/blender/imbuf/intern/IMB_filetype.h
+++ b/source/blender/imbuf/intern/IMB_filetype.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/IMB_filter.h b/source/blender/imbuf/intern/IMB_filter.h
index a8f3839c412..2cd785e6889 100644
--- a/source/blender/imbuf/intern/IMB_filter.h
+++ b/source/blender/imbuf/intern/IMB_filter.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
* \brief Function declarations for filter.c
*/
diff --git a/source/blender/imbuf/intern/IMB_indexer.h b/source/blender/imbuf/intern/IMB_indexer.h
index e51dc4a5a82..02ba846d148 100644
--- a/source/blender/imbuf/intern/IMB_indexer.h
+++ b/source/blender/imbuf/intern/IMB_indexer.h
@@ -18,7 +18,8 @@
#ifndef __IMB_INDEXER_H__
#define __IMB_INDEXER_H__
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#ifdef WIN32
diff --git a/source/blender/imbuf/intern/allocimbuf.c b/source/blender/imbuf/intern/allocimbuf.c
index 1c36a541fcd..ac284657c5c 100644
--- a/source/blender/imbuf/intern/allocimbuf.c
+++ b/source/blender/imbuf/intern/allocimbuf.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/anim_movie.c b/source/blender/imbuf/intern/anim_movie.c
index b12d20624bb..ec22b8d8a2a 100644
--- a/source/blender/imbuf/intern/anim_movie.c
+++ b/source/blender/imbuf/intern/anim_movie.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/bmp.c b/source/blender/imbuf/intern/bmp.c
index a8535bda4d4..d92e6f4ffcb 100644
--- a/source/blender/imbuf/intern/bmp.c
+++ b/source/blender/imbuf/intern/bmp.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/imbuf/intern/cache.c b/source/blender/imbuf/intern/cache.c
index 3049d887026..92e9d21bb65 100644
--- a/source/blender/imbuf/intern/cache.c
+++ b/source/blender/imbuf/intern/cache.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "MEM_guardedalloc.h"
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.
*/
diff --git a/source/blender/imbuf/intern/colormanagement.c b/source/blender/imbuf/intern/colormanagement.c
index b22c782a282..cad01d057b7 100644
--- a/source/blender/imbuf/intern/colormanagement.c
+++ b/source/blender/imbuf/intern/colormanagement.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "IMB_colormanagement.h"
diff --git a/source/blender/imbuf/intern/colormanagement_inline.c b/source/blender/imbuf/intern/colormanagement_inline.c
index 31032611c26..2200c1d8c52 100644
--- a/source/blender/imbuf/intern/colormanagement_inline.c
+++ b/source/blender/imbuf/intern/colormanagement_inline.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#ifndef __IMB_COLORMANAGEMENT_INLINE_C__
diff --git a/source/blender/imbuf/intern/dds/BlockDXT.cpp b/source/blender/imbuf/intern/dds/BlockDXT.cpp
index 0807994b585..aae769d9882 100644
--- a/source/blender/imbuf/intern/dds/BlockDXT.cpp
+++ b/source/blender/imbuf/intern/dds/BlockDXT.cpp
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/BlockDXT.h b/source/blender/imbuf/intern/dds/BlockDXT.h
index 93a7d56b68a..82ec5b45d4e 100644
--- a/source/blender/imbuf/intern/dds/BlockDXT.h
+++ b/source/blender/imbuf/intern/dds/BlockDXT.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Color.h b/source/blender/imbuf/intern/dds/Color.h
index f48bf3380d8..da7b77c2854 100644
--- a/source/blender/imbuf/intern/dds/Color.h
+++ b/source/blender/imbuf/intern/dds/Color.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/ColorBlock.cpp b/source/blender/imbuf/intern/dds/ColorBlock.cpp
index 6b189d77aef..e0c1c168d50 100644
--- a/source/blender/imbuf/intern/dds/ColorBlock.cpp
+++ b/source/blender/imbuf/intern/dds/ColorBlock.cpp
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/ColorBlock.h b/source/blender/imbuf/intern/dds/ColorBlock.h
index e70557ab1ae..66d1ed4e2c5 100644
--- a/source/blender/imbuf/intern/dds/ColorBlock.h
+++ b/source/blender/imbuf/intern/dds/ColorBlock.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Common.h b/source/blender/imbuf/intern/dds/Common.h
index e838dee5dd6..1a7d087ec2e 100644
--- a/source/blender/imbuf/intern/dds/Common.h
+++ b/source/blender/imbuf/intern/dds/Common.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
index 8d16595dc12..d9b061089f7 100644
--- a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
+++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.h b/source/blender/imbuf/intern/dds/DirectDrawSurface.h
index f0476ece814..8166e6b0831 100644
--- a/source/blender/imbuf/intern/dds/DirectDrawSurface.h
+++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Image.cpp b/source/blender/imbuf/intern/dds/Image.cpp
index beeb3340077..642194fa39b 100644
--- a/source/blender/imbuf/intern/dds/Image.cpp
+++ b/source/blender/imbuf/intern/dds/Image.cpp
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Image.h b/source/blender/imbuf/intern/dds/Image.h
index 49072e1da56..fa8cacd3142 100644
--- a/source/blender/imbuf/intern/dds/Image.h
+++ b/source/blender/imbuf/intern/dds/Image.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/PixelFormat.h b/source/blender/imbuf/intern/dds/PixelFormat.h
index 7214047726a..7c50245858f 100644
--- a/source/blender/imbuf/intern/dds/PixelFormat.h
+++ b/source/blender/imbuf/intern/dds/PixelFormat.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Stream.cpp b/source/blender/imbuf/intern/dds/Stream.cpp
index c2a89ad0dd9..92b5923e8a1 100644
--- a/source/blender/imbuf/intern/dds/Stream.cpp
+++ b/source/blender/imbuf/intern/dds/Stream.cpp
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Stream.h b/source/blender/imbuf/intern/dds/Stream.h
index 1a77ac256fe..3da0feb5aeb 100644
--- a/source/blender/imbuf/intern/dds/Stream.h
+++ b/source/blender/imbuf/intern/dds/Stream.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/dds_api.cpp b/source/blender/imbuf/intern/dds/dds_api.cpp
index 014bf54e2b6..37577eefc56 100644
--- a/source/blender/imbuf/intern/dds/dds_api.cpp
+++ b/source/blender/imbuf/intern/dds/dds_api.cpp
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/dds_api.h b/source/blender/imbuf/intern/dds/dds_api.h
index fd6c12562ba..cbe19ab3e90 100644
--- a/source/blender/imbuf/intern/dds/dds_api.h
+++ b/source/blender/imbuf/intern/dds/dds_api.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbdds
+/** \file
+ * \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/divers.c b/source/blender/imbuf/intern/divers.c
index 19b0b0761d0..d1997e4612d 100644
--- a/source/blender/imbuf/intern/divers.c
+++ b/source/blender/imbuf/intern/divers.c
@@ -18,7 +18,8 @@
* allocimbuf.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "BLI_math.h"
diff --git a/source/blender/imbuf/intern/filetype.c b/source/blender/imbuf/intern/filetype.c
index 2533761b98c..e02141b6038 100644
--- a/source/blender/imbuf/intern/filetype.c
+++ b/source/blender/imbuf/intern/filetype.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/filter.c b/source/blender/imbuf/intern/filter.c
index 9ee3d4efe64..673d4aae59f 100644
--- a/source/blender/imbuf/intern/filter.c
+++ b/source/blender/imbuf/intern/filter.c
@@ -18,7 +18,8 @@
* filter.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/imbuf/intern/imageprocess.c b/source/blender/imbuf/intern/imageprocess.c
index c34429ee710..1e48c4fd428 100644
--- a/source/blender/imbuf/intern/imageprocess.c
+++ b/source/blender/imbuf/intern/imageprocess.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*
* This file was moved here from the src/ directory. It is meant to
* deal with endianness. It resided in a general blending lib. The
diff --git a/source/blender/imbuf/intern/imbuf.h b/source/blender/imbuf/intern/imbuf.h
index 0a3541bfa47..1546c2790d7 100644
--- a/source/blender/imbuf/intern/imbuf.h
+++ b/source/blender/imbuf/intern/imbuf.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#ifndef __IMBUF_H__
diff --git a/source/blender/imbuf/intern/indexer.c b/source/blender/imbuf/intern/indexer.c
index f3c4ef2146d..5d88acd782a 100644
--- a/source/blender/imbuf/intern/indexer.c
+++ b/source/blender/imbuf/intern/indexer.c
@@ -16,7 +16,8 @@
* Peter Schlaile <peter [at] schlaile [dot] de> 2011
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include <stdlib.h>
diff --git a/source/blender/imbuf/intern/iris.c b/source/blender/imbuf/intern/iris.c
index 5b1f1af4a51..cc6d99e2a90 100644
--- a/source/blender/imbuf/intern/iris.c
+++ b/source/blender/imbuf/intern/iris.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/jp2.c b/source/blender/imbuf/intern/jp2.c
index d83df3026d0..c3690bcf643 100644
--- a/source/blender/imbuf/intern/jp2.c
+++ b/source/blender/imbuf/intern/jp2.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/imbuf/intern/jpeg.c b/source/blender/imbuf/intern/jpeg.c
index beb5301ffc9..5ff4feb4bf9 100644
--- a/source/blender/imbuf/intern/jpeg.c
+++ b/source/blender/imbuf/intern/jpeg.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/metadata.c b/source/blender/imbuf/intern/metadata.c
index 07e77aee9d4..cc4c2661ef2 100644
--- a/source/blender/imbuf/intern/metadata.c
+++ b/source/blender/imbuf/intern/metadata.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/module.c b/source/blender/imbuf/intern/module.c
index 9b38a824043..c22ac2c9bfc 100644
--- a/source/blender/imbuf/intern/module.c
+++ b/source/blender/imbuf/intern/module.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/moviecache.c b/source/blender/imbuf/intern/moviecache.c
index 016fa692130..78a45d29775 100644
--- a/source/blender/imbuf/intern/moviecache.c
+++ b/source/blender/imbuf/intern/moviecache.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup bke
+/** \file
+ * \ingroup bke
*/
#undef DEBUG_MESSAGES
diff --git a/source/blender/imbuf/intern/oiio/openimageio_api.cpp b/source/blender/imbuf/intern/oiio/openimageio_api.cpp
index ac12186dc6f..4a21478de13 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.cpp
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.cpp
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup openimageio
+/** \file
+ * \ingroup openimageio
*/
#include <set>
diff --git a/source/blender/imbuf/intern/oiio/openimageio_api.h b/source/blender/imbuf/intern/oiio/openimageio_api.h
index 1d2d832283e..d6249af2a0a 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.h
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup openimageio
+/** \file
+ * \ingroup openimageio
*/
diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp
index 97f28de8eb9..30600254bd7 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup openexr
+/** \file
+ * \ingroup openexr
*/
#include <stdlib.h>
diff --git a/source/blender/imbuf/intern/openexr/openexr_api.h b/source/blender/imbuf/intern/openexr/openexr_api.h
index 1c7ca058ff6..7b9094e7eb6 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.h
+++ b/source/blender/imbuf/intern/openexr/openexr_api.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup openexr
+/** \file
+ * \ingroup openexr
*/
diff --git a/source/blender/imbuf/intern/openexr/openexr_multi.h b/source/blender/imbuf/intern/openexr/openexr_multi.h
index b38cf12a623..974b3fe3ca0 100644
--- a/source/blender/imbuf/intern/openexr/openexr_multi.h
+++ b/source/blender/imbuf/intern/openexr/openexr_multi.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup openexr
+/** \file
+ * \ingroup openexr
*/
diff --git a/source/blender/imbuf/intern/openexr/openexr_stub.cpp b/source/blender/imbuf/intern/openexr/openexr_stub.cpp
index 4c02b2758e0..23f4bae1bf8 100644
--- a/source/blender/imbuf/intern/openexr/openexr_stub.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_stub.cpp
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup openexr
+/** \file
+ * \ingroup openexr
*/
#include "openexr_api.h"
diff --git a/source/blender/imbuf/intern/png.c b/source/blender/imbuf/intern/png.c
index 23234e3dae8..e51f24f67d8 100644
--- a/source/blender/imbuf/intern/png.c
+++ b/source/blender/imbuf/intern/png.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*
* \todo Save floats as 16 bits per channel, currently readonly.
*/
diff --git a/source/blender/imbuf/intern/radiance_hdr.c b/source/blender/imbuf/intern/radiance_hdr.c
index e6c25dab9af..dce61953432 100644
--- a/source/blender/imbuf/intern/radiance_hdr.c
+++ b/source/blender/imbuf/intern/radiance_hdr.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
/* ----------------------------------------------------------------------
diff --git a/source/blender/imbuf/intern/readimage.c b/source/blender/imbuf/intern/readimage.c
index c41314829a4..feb75bed831 100644
--- a/source/blender/imbuf/intern/readimage.c
+++ b/source/blender/imbuf/intern/readimage.c
@@ -18,7 +18,8 @@
* allocimbuf.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/rectop.c b/source/blender/imbuf/intern/rectop.c
index d1b3db7a1ba..ef869e35a36 100644
--- a/source/blender/imbuf/intern/rectop.c
+++ b/source/blender/imbuf/intern/rectop.c
@@ -18,7 +18,8 @@
* allocimbuf.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include <stdlib.h>
diff --git a/source/blender/imbuf/intern/rotate.c b/source/blender/imbuf/intern/rotate.c
index 5038c7f775e..277a2d0c491 100644
--- a/source/blender/imbuf/intern/rotate.c
+++ b/source/blender/imbuf/intern/rotate.c
@@ -18,7 +18,8 @@
* rotate.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/imbuf/intern/scaling.c b/source/blender/imbuf/intern/scaling.c
index b749bab1e24..c722f91670e 100644
--- a/source/blender/imbuf/intern/scaling.c
+++ b/source/blender/imbuf/intern/scaling.c
@@ -18,7 +18,8 @@
* allocimbuf.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/stereoimbuf.c b/source/blender/imbuf/intern/stereoimbuf.c
index feea253bed9..52f1de1794d 100644
--- a/source/blender/imbuf/intern/stereoimbuf.c
+++ b/source/blender/imbuf/intern/stereoimbuf.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include <stddef.h>
diff --git a/source/blender/imbuf/intern/targa.c b/source/blender/imbuf/intern/targa.c
index 7fad2c6431e..fa477037f72 100644
--- a/source/blender/imbuf/intern/targa.c
+++ b/source/blender/imbuf/intern/targa.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c
index 064990d2871..c9112cc768e 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include <stdio.h>
diff --git a/source/blender/imbuf/intern/thumbs_blend.c b/source/blender/imbuf/intern/thumbs_blend.c
index db6411f37fe..92005371c2a 100644
--- a/source/blender/imbuf/intern/thumbs_blend.c
+++ b/source/blender/imbuf/intern/thumbs_blend.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/thumbs_font.c b/source/blender/imbuf/intern/thumbs_font.c
index 3b17bc208d4..ec45749e513 100644
--- a/source/blender/imbuf/intern/thumbs_font.c
+++ b/source/blender/imbuf/intern/thumbs_font.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/imbuf/intern/tiff.c b/source/blender/imbuf/intern/tiff.c
index 7f12234022f..928f1ef7a54 100644
--- a/source/blender/imbuf/intern/tiff.c
+++ b/source/blender/imbuf/intern/tiff.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c
index 22e2163ed1d..ba541dc6e91 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -18,7 +18,8 @@
* util.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/writeimage.c b/source/blender/imbuf/intern/writeimage.c
index 4c47ad8f407..d6f2f801725 100644
--- a/source/blender/imbuf/intern/writeimage.c
+++ b/source/blender/imbuf/intern/writeimage.c
@@ -18,7 +18,8 @@
* writeimage.c
*/
-/** \file \ingroup imbuf
+/** \file
+ * \ingroup imbuf
*/