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-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/imbuf
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
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.h4
-rw-r--r--source/blender/imbuf/IMB_metadata.h3
-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.h4
-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.h4
-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, 74 insertions, 151 deletions
diff --git a/source/blender/imbuf/IMB_colormanagement.h b/source/blender/imbuf/IMB_colormanagement.h
index 3d41352f9fe..74ac63c0beb 100644
--- a/source/blender/imbuf/IMB_colormanagement.h
+++ b/source/blender/imbuf/IMB_colormanagement.h
@@ -20,8 +20,7 @@
#ifndef __IMB_COLORMANAGEMENT_H__
#define __IMB_COLORMANAGEMENT_H__
-/** \file blender/imbuf/IMB_colormanagement.h
- * \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 127efa3e042..f8c85e45f42 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/IMB_imbuf.h
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
/**
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index 452a53cc314..444cbe73949 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -22,9 +22,7 @@
#include "DNA_vec_types.h" /* for rcti */
-/**
- * \file IMB_imbuf_types.h
- * \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 6ea729cd7c7..df26682a466 100644
--- a/source/blender/imbuf/IMB_metadata.h
+++ b/source/blender/imbuf/IMB_metadata.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/IMB_metadata.h
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/IMB_moviecache.h b/source/blender/imbuf/IMB_moviecache.h
index f169660b337..6e9c70bb179 100644
--- a/source/blender/imbuf/IMB_moviecache.h
+++ b/source/blender/imbuf/IMB_moviecache.h
@@ -20,8 +20,7 @@
#ifndef __IMB_MOVIECACHE_H__
#define __IMB_MOVIECACHE_H__
-/** \file IMB_moviecache.h
- * \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 f09a48b842c..c35980b7d18 100644
--- a/source/blender/imbuf/IMB_thumbs.h
+++ b/source/blender/imbuf/IMB_thumbs.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/IMB_thumbs.h
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/IMB_allocimbuf.h b/source/blender/imbuf/intern/IMB_allocimbuf.h
index f8e4c3a0583..93ead1679aa 100644
--- a/source/blender/imbuf/intern/IMB_allocimbuf.h
+++ b/source/blender/imbuf/intern/IMB_allocimbuf.h
@@ -17,9 +17,7 @@
* All rights reserved.
*/
-/**
- * \file IMB_allocimbuf.h
- * \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 a3cd1a1bc25..0d4fa9dd22c 100644
--- a/source/blender/imbuf/intern/IMB_anim.h
+++ b/source/blender/imbuf/intern/IMB_anim.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/IMB_anim.h
- * \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 fb62fa12901..f1e8f15cb41 100644
--- a/source/blender/imbuf/intern/IMB_colormanagement_intern.h
+++ b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
@@ -20,8 +20,7 @@
#ifndef __IMB_COLORMANAGEMENT_INTERN_H__
#define __IMB_COLORMANAGEMENT_INTERN_H__
-/** \file IMB_colormanagement_intern.h
- * \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 25f95da952c..c318246221a 100644
--- a/source/blender/imbuf/intern/IMB_filetype.h
+++ b/source/blender/imbuf/intern/IMB_filetype.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/IMB_filetype.h
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/IMB_filter.h b/source/blender/imbuf/intern/IMB_filter.h
index 9afabe63efe..a8f3839c412 100644
--- a/source/blender/imbuf/intern/IMB_filter.h
+++ b/source/blender/imbuf/intern/IMB_filter.h
@@ -17,9 +17,7 @@
* All rights reserved.
*/
-/**
- * \file IMB_filter.h
- * \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 6039e1e0706..e51dc4a5a82 100644
--- a/source/blender/imbuf/intern/IMB_indexer.h
+++ b/source/blender/imbuf/intern/IMB_indexer.h
@@ -18,8 +18,7 @@
#ifndef __IMB_INDEXER_H__
#define __IMB_INDEXER_H__
-/** \file IMB_indexer.h
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
#ifdef WIN32
diff --git a/source/blender/imbuf/intern/allocimbuf.c b/source/blender/imbuf/intern/allocimbuf.c
index ff7d1dfc184..1c36a541fcd 100644
--- a/source/blender/imbuf/intern/allocimbuf.c
+++ b/source/blender/imbuf/intern/allocimbuf.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/allocimbuf.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/anim_movie.c b/source/blender/imbuf/intern/anim_movie.c
index e82970e9c17..b12d20624bb 100644
--- a/source/blender/imbuf/intern/anim_movie.c
+++ b/source/blender/imbuf/intern/anim_movie.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/anim_movie.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/bmp.c b/source/blender/imbuf/intern/bmp.c
index bf43c5ae9c0..a8535bda4d4 100644
--- a/source/blender/imbuf/intern/bmp.c
+++ b/source/blender/imbuf/intern/bmp.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/bmp.c
- * \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 79fe59b7e90..3049d887026 100644
--- a/source/blender/imbuf/intern/cache.c
+++ b/source/blender/imbuf/intern/cache.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cache.c
- * \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 5c6fda77ee2..bab104b71f4 100644
--- a/source/blender/imbuf/intern/cineon/cineon_dpx.c
+++ b/source/blender/imbuf/intern/cineon/cineon_dpx.c
@@ -20,8 +20,7 @@
* I hearby donate this code and all rights to the Blender Foundation.
*/
-/** \file blender/imbuf/intern/cineon/cineon_dpx.c
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/cineon/cineonlib.c b/source/blender/imbuf/intern/cineon/cineonlib.c
index c0bbbf46e5d..b2a2b31788e 100644
--- a/source/blender/imbuf/intern/cineon/cineonlib.c
+++ b/source/blender/imbuf/intern/cineon/cineonlib.c
@@ -18,8 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/cineonlib.c
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/cineon/cineonlib.h b/source/blender/imbuf/intern/cineon/cineonlib.h
index 69effe22e0d..4f084c7f494 100644
--- a/source/blender/imbuf/intern/cineon/cineonlib.h
+++ b/source/blender/imbuf/intern/cineon/cineonlib.h
@@ -19,8 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/cineonlib.h
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/cineon/dpxlib.c b/source/blender/imbuf/intern/cineon/dpxlib.c
index 56ba8199366..e20bbb4001e 100644
--- a/source/blender/imbuf/intern/cineon/dpxlib.c
+++ b/source/blender/imbuf/intern/cineon/dpxlib.c
@@ -18,8 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/dpxlib.c
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/cineon/dpxlib.h b/source/blender/imbuf/intern/cineon/dpxlib.h
index 416e11b1c00..0b2468f1dfb 100644
--- a/source/blender/imbuf/intern/cineon/dpxlib.h
+++ b/source/blender/imbuf/intern/cineon/dpxlib.h
@@ -18,8 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/dpxlib.h
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/cineon/logImageCore.c b/source/blender/imbuf/intern/cineon/logImageCore.c
index 04696fdb0d0..cdc5919b3af 100644
--- a/source/blender/imbuf/intern/cineon/logImageCore.c
+++ b/source/blender/imbuf/intern/cineon/logImageCore.c
@@ -18,8 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/logImageCore.c
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h
index 638a84bf821..8c23cc49f46 100644
--- a/source/blender/imbuf/intern/cineon/logImageCore.h
+++ b/source/blender/imbuf/intern/cineon/logImageCore.h
@@ -23,8 +23,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/logImageCore.h
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
#ifndef __LOGIMAGECORE_H__
diff --git a/source/blender/imbuf/intern/cineon/logmemfile.c b/source/blender/imbuf/intern/cineon/logmemfile.c
index f3f805fb5c5..4ef75e0595f 100644
--- a/source/blender/imbuf/intern/cineon/logmemfile.c
+++ b/source/blender/imbuf/intern/cineon/logmemfile.c
@@ -18,8 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/logmemfile.c
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/cineon/logmemfile.h b/source/blender/imbuf/intern/cineon/logmemfile.h
index 5aa4db8260a..2d1fd57106e 100644
--- a/source/blender/imbuf/intern/cineon/logmemfile.h
+++ b/source/blender/imbuf/intern/cineon/logmemfile.h
@@ -18,8 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/cineon/logmemfile.h
- * \ingroup imbcineon
+/** \file \ingroup imbcineon
*/
diff --git a/source/blender/imbuf/intern/colormanagement.c b/source/blender/imbuf/intern/colormanagement.c
index 27bc28664d9..b22c782a282 100644
--- a/source/blender/imbuf/intern/colormanagement.c
+++ b/source/blender/imbuf/intern/colormanagement.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/colormanagement.c
- * \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 e8eb763b312..31032611c26 100644
--- a/source/blender/imbuf/intern/colormanagement_inline.c
+++ b/source/blender/imbuf/intern/colormanagement_inline.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/colormanagement_inline.c
- * \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 72052d4d739..0807994b585 100644
--- a/source/blender/imbuf/intern/dds/BlockDXT.cpp
+++ b/source/blender/imbuf/intern/dds/BlockDXT.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/BlockDXT.cpp
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/BlockDXT.h b/source/blender/imbuf/intern/dds/BlockDXT.h
index 4c481cf5137..93a7d56b68a 100644
--- a/source/blender/imbuf/intern/dds/BlockDXT.h
+++ b/source/blender/imbuf/intern/dds/BlockDXT.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/BlockDXT.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Color.h b/source/blender/imbuf/intern/dds/Color.h
index 9c9d902469b..f48bf3380d8 100644
--- a/source/blender/imbuf/intern/dds/Color.h
+++ b/source/blender/imbuf/intern/dds/Color.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/Color.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/ColorBlock.cpp b/source/blender/imbuf/intern/dds/ColorBlock.cpp
index cce6ec7e4c6..6b189d77aef 100644
--- a/source/blender/imbuf/intern/dds/ColorBlock.cpp
+++ b/source/blender/imbuf/intern/dds/ColorBlock.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/ColorBlock.cpp
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/ColorBlock.h b/source/blender/imbuf/intern/dds/ColorBlock.h
index e46c0d49fab..e70557ab1ae 100644
--- a/source/blender/imbuf/intern/dds/ColorBlock.h
+++ b/source/blender/imbuf/intern/dds/ColorBlock.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/ColorBlock.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Common.h b/source/blender/imbuf/intern/dds/Common.h
index 9c84a74a8ff..e838dee5dd6 100644
--- a/source/blender/imbuf/intern/dds/Common.h
+++ b/source/blender/imbuf/intern/dds/Common.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/Common.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
index e5d4fbe2502..8d16595dc12 100644
--- a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
+++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/DirectDrawSurface.cpp
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.h b/source/blender/imbuf/intern/dds/DirectDrawSurface.h
index 31bfc14935d..f0476ece814 100644
--- a/source/blender/imbuf/intern/dds/DirectDrawSurface.h
+++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/DirectDrawSurface.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Image.cpp b/source/blender/imbuf/intern/dds/Image.cpp
index 399a730a60a..beeb3340077 100644
--- a/source/blender/imbuf/intern/dds/Image.cpp
+++ b/source/blender/imbuf/intern/dds/Image.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/Image.cpp
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Image.h b/source/blender/imbuf/intern/dds/Image.h
index f44aef8841e..49072e1da56 100644
--- a/source/blender/imbuf/intern/dds/Image.h
+++ b/source/blender/imbuf/intern/dds/Image.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/Image.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/PixelFormat.h b/source/blender/imbuf/intern/dds/PixelFormat.h
index e4e56933e5a..7214047726a 100644
--- a/source/blender/imbuf/intern/dds/PixelFormat.h
+++ b/source/blender/imbuf/intern/dds/PixelFormat.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/PixelFormat.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Stream.cpp b/source/blender/imbuf/intern/dds/Stream.cpp
index e3b42610533..c2a89ad0dd9 100644
--- a/source/blender/imbuf/intern/dds/Stream.cpp
+++ b/source/blender/imbuf/intern/dds/Stream.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/Stream.cpp
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/dds/Stream.h b/source/blender/imbuf/intern/dds/Stream.h
index 08bc3c8671f..1a77ac256fe 100644
--- a/source/blender/imbuf/intern/dds/Stream.h
+++ b/source/blender/imbuf/intern/dds/Stream.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/Stream.h
- * \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 70d902237d1..014bf54e2b6 100644
--- a/source/blender/imbuf/intern/dds/dds_api.cpp
+++ b/source/blender/imbuf/intern/dds/dds_api.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/dds_api.cpp
- * \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 dad403fdfb1..fd6c12562ba 100644
--- a/source/blender/imbuf/intern/dds/dds_api.h
+++ b/source/blender/imbuf/intern/dds/dds_api.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/dds/dds_api.h
- * \ingroup imbdds
+/** \file \ingroup imbdds
*/
diff --git a/source/blender/imbuf/intern/divers.c b/source/blender/imbuf/intern/divers.c
index 99a2998f45f..19b0b0761d0 100644
--- a/source/blender/imbuf/intern/divers.c
+++ b/source/blender/imbuf/intern/divers.c
@@ -18,8 +18,7 @@
* allocimbuf.c
*/
-/** \file blender/imbuf/intern/divers.c
- * \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 e99ee2d5bae..2533761b98c 100644
--- a/source/blender/imbuf/intern/filetype.c
+++ b/source/blender/imbuf/intern/filetype.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/filetype.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/filter.c b/source/blender/imbuf/intern/filter.c
index 0949815c872..9ee3d4efe64 100644
--- a/source/blender/imbuf/intern/filter.c
+++ b/source/blender/imbuf/intern/filter.c
@@ -18,8 +18,7 @@
* filter.c
*/
-/** \file blender/imbuf/intern/filter.c
- * \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 e78ebec3278..c34429ee710 100644
--- a/source/blender/imbuf/intern/imageprocess.c
+++ b/source/blender/imbuf/intern/imageprocess.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/imageprocess.c
- * \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 9f8849816f4..0a3541bfa47 100644
--- a/source/blender/imbuf/intern/imbuf.h
+++ b/source/blender/imbuf/intern/imbuf.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/imbuf.h
- * \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 99069063dc4..f3c4ef2146d 100644
--- a/source/blender/imbuf/intern/indexer.c
+++ b/source/blender/imbuf/intern/indexer.c
@@ -16,8 +16,7 @@
* Peter Schlaile <peter [at] schlaile [dot] de> 2011
*/
-/** \file blender/imbuf/intern/indexer.c
- * \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 a0bf0e08db8..5b1f1af4a51 100644
--- a/source/blender/imbuf/intern/iris.c
+++ b/source/blender/imbuf/intern/iris.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/iris.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/jp2.c b/source/blender/imbuf/intern/jp2.c
index 6cf53ceb98f..d83df3026d0 100644
--- a/source/blender/imbuf/intern/jp2.c
+++ b/source/blender/imbuf/intern/jp2.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/jp2.c
- * \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 fbf7abb2e13..beb5301ffc9 100644
--- a/source/blender/imbuf/intern/jpeg.c
+++ b/source/blender/imbuf/intern/jpeg.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/jpeg.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/metadata.c b/source/blender/imbuf/intern/metadata.c
index 21c827a32a7..1601737ffc7 100644
--- a/source/blender/imbuf/intern/metadata.c
+++ b/source/blender/imbuf/intern/metadata.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/metadata.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/module.c b/source/blender/imbuf/intern/module.c
index 2112595ad47..9b38a824043 100644
--- a/source/blender/imbuf/intern/module.c
+++ b/source/blender/imbuf/intern/module.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/module.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/moviecache.c b/source/blender/imbuf/intern/moviecache.c
index 5de34faebe1..016fa692130 100644
--- a/source/blender/imbuf/intern/moviecache.c
+++ b/source/blender/imbuf/intern/moviecache.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/moviecache.c
- * \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 2677f6aa27d..ac12186dc6f 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.cpp
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.cpp
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/oiio/openimageio_api.cpp
- * \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 0b953a384ee..1d2d832283e 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.h
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/oiio/openimageio_api.h
- * \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 a254111e489..97f28de8eb9 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/openexr/openexr_api.cpp
- * \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 93687c833d6..1c7ca058ff6 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.h
+++ b/source/blender/imbuf/intern/openexr/openexr_api.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/openexr/openexr_api.h
- * \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 5659b37c81c..b38cf12a623 100644
--- a/source/blender/imbuf/intern/openexr/openexr_multi.h
+++ b/source/blender/imbuf/intern/openexr/openexr_multi.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/openexr/openexr_multi.h
- * \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 ec357fe7161..4c02b2758e0 100644
--- a/source/blender/imbuf/intern/openexr/openexr_stub.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_stub.cpp
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/openexr/openexr_stub.cpp
- * \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 0b8aba4f33e..23234e3dae8 100644
--- a/source/blender/imbuf/intern/png.c
+++ b/source/blender/imbuf/intern/png.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/png.c
- * \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 951f14db64e..e6c25dab9af 100644
--- a/source/blender/imbuf/intern/radiance_hdr.c
+++ b/source/blender/imbuf/intern/radiance_hdr.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/radiance_hdr.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
/* ----------------------------------------------------------------------
diff --git a/source/blender/imbuf/intern/readimage.c b/source/blender/imbuf/intern/readimage.c
index 52ab0df1ce5..c41314829a4 100644
--- a/source/blender/imbuf/intern/readimage.c
+++ b/source/blender/imbuf/intern/readimage.c
@@ -18,8 +18,7 @@
* allocimbuf.c
*/
-/** \file blender/imbuf/intern/readimage.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/rectop.c b/source/blender/imbuf/intern/rectop.c
index 8f849c527c5..d1b3db7a1ba 100644
--- a/source/blender/imbuf/intern/rectop.c
+++ b/source/blender/imbuf/intern/rectop.c
@@ -18,8 +18,7 @@
* allocimbuf.c
*/
-/** \file blender/imbuf/intern/rectop.c
- * \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 65d51b8bd10..5038c7f775e 100644
--- a/source/blender/imbuf/intern/rotate.c
+++ b/source/blender/imbuf/intern/rotate.c
@@ -18,8 +18,7 @@
* rotate.c
*/
-/** \file blender/imbuf/intern/rotate.c
- * \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 cf687744b5c..b749bab1e24 100644
--- a/source/blender/imbuf/intern/scaling.c
+++ b/source/blender/imbuf/intern/scaling.c
@@ -18,8 +18,7 @@
* allocimbuf.c
*/
-/** \file blender/imbuf/intern/scaling.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/stereoimbuf.c b/source/blender/imbuf/intern/stereoimbuf.c
index 9ae5ff32be2..feea253bed9 100644
--- a/source/blender/imbuf/intern/stereoimbuf.c
+++ b/source/blender/imbuf/intern/stereoimbuf.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/stereoimbuf.c
- * \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 02f009f6d60..7fad2c6431e 100644
--- a/source/blender/imbuf/intern/targa.c
+++ b/source/blender/imbuf/intern/targa.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/targa.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c
index 812e490717b..064990d2871 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/imbuf/intern/thumbs.c
- * \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 2629c9a17e6..db6411f37fe 100644
--- a/source/blender/imbuf/intern/thumbs_blend.c
+++ b/source/blender/imbuf/intern/thumbs_blend.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/thumbs_blend.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/thumbs_font.c b/source/blender/imbuf/intern/thumbs_font.c
index 49862ef118b..3b17bc208d4 100644
--- a/source/blender/imbuf/intern/thumbs_font.c
+++ b/source/blender/imbuf/intern/thumbs_font.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/thumbs_font.c
- * \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 254108e56f1..7f12234022f 100644
--- a/source/blender/imbuf/intern/tiff.c
+++ b/source/blender/imbuf/intern/tiff.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/imbuf/intern/tiff.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c
index cf708002fbb..22e2163ed1d 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -18,8 +18,7 @@
* util.c
*/
-/** \file blender/imbuf/intern/util.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/
diff --git a/source/blender/imbuf/intern/writeimage.c b/source/blender/imbuf/intern/writeimage.c
index 6c5910fe3bf..4c47ad8f407 100644
--- a/source/blender/imbuf/intern/writeimage.c
+++ b/source/blender/imbuf/intern/writeimage.c
@@ -18,8 +18,7 @@
* writeimage.c
*/
-/** \file blender/imbuf/intern/writeimage.c
- * \ingroup imbuf
+/** \file \ingroup imbuf
*/