diff --git a/source/blender/imbuf/intern/IMB_colormanagement_intern.h b/source/blender/imbuf/intern/IMB_colormanagement_intern.h index a6ca3638cc8..25bca92cf4e 100644 --- a/source/blender/imbuf/intern/IMB_colormanagement_intern.h +++ b/source/blender/imbuf/intern/IMB_colormanagement_intern.h @@ -2,12 +2,12 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#pragma once - /** \file * \ingroup imbuf */ +#pragma once + #include "BLI_sys_types.h" #include "DNA_listBase.h" diff --git a/source/blender/imbuf/intern/IMB_indexer.h b/source/blender/imbuf/intern/IMB_indexer.h index ea5308c537e..5b53fe7c4f9 100644 --- a/source/blender/imbuf/intern/IMB_indexer.h +++ b/source/blender/imbuf/intern/IMB_indexer.h @@ -2,12 +2,12 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#pragma once - /** \file * \ingroup imbuf */ +#pragma once + #ifdef WIN32 # include #endif diff --git a/source/blender/imbuf/intern/format_bmp.cc b/source/blender/imbuf/intern/format_bmp.cc index 11b61efbcfc..ce32c489621 100644 --- a/source/blender/imbuf/intern/format_bmp.cc +++ b/source/blender/imbuf/intern/format_bmp.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup imbuf + */ + #include "oiio/openimageio_support.hh" #include "IMB_filetype.h" diff --git a/source/blender/imbuf/intern/format_dds.cc b/source/blender/imbuf/intern/format_dds.cc index 44c84a8cfe0..9e9591f6b11 100644 --- a/source/blender/imbuf/intern/format_dds.cc +++ b/source/blender/imbuf/intern/format_dds.cc @@ -3,7 +3,9 @@ * * SPDX-License-Identifier: GPL-2.0-or-later AND BSD-3-Clause */ -/** +/** \file + * \ingroup imbuf + * * Some portions of this file are from the Chromium project and have been adapted * for Blender use when flipping DDS images to the OpenGL convention. */ diff --git a/source/blender/imbuf/intern/format_dpx.cc b/source/blender/imbuf/intern/format_dpx.cc index 5ce460d7c5f..a9e4f6dbbba 100644 --- a/source/blender/imbuf/intern/format_dpx.cc +++ b/source/blender/imbuf/intern/format_dpx.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup imbuf + */ + #include "oiio/openimageio_support.hh" #include "IMB_colormanagement.h" diff --git a/source/blender/imbuf/intern/format_hdr.cc b/source/blender/imbuf/intern/format_hdr.cc index dbdc5d6c892..43d086daca5 100644 --- a/source/blender/imbuf/intern/format_hdr.cc +++ b/source/blender/imbuf/intern/format_hdr.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup imbuf + */ + #include "oiio/openimageio_support.hh" #include "IMB_filetype.h" diff --git a/source/blender/imbuf/intern/format_png.cc b/source/blender/imbuf/intern/format_png.cc index c301ce4ee87..35586fbedc6 100644 --- a/source/blender/imbuf/intern/format_png.cc +++ b/source/blender/imbuf/intern/format_png.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup imbuf + */ + #include "oiio/openimageio_support.hh" #include "IMB_colormanagement.h" diff --git a/source/blender/imbuf/intern/format_psd.cc b/source/blender/imbuf/intern/format_psd.cc index 4cb9f5e84c4..7cf3bc4b0bd 100644 --- a/source/blender/imbuf/intern/format_psd.cc +++ b/source/blender/imbuf/intern/format_psd.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup imbuf + */ + #include "oiio/openimageio_support.hh" #include "IMB_filetype.h" diff --git a/source/blender/imbuf/intern/format_targa.cc b/source/blender/imbuf/intern/format_targa.cc index 1dd93b0da6d..96666adfd1d 100644 --- a/source/blender/imbuf/intern/format_targa.cc +++ b/source/blender/imbuf/intern/format_targa.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup imbuf + */ + #include "oiio/openimageio_support.hh" #include "IMB_filetype.h" diff --git a/source/blender/imbuf/intern/format_tiff.cc b/source/blender/imbuf/intern/format_tiff.cc index a65e093389d..54e0ce69688 100644 --- a/source/blender/imbuf/intern/format_tiff.cc +++ b/source/blender/imbuf/intern/format_tiff.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup imbuf + */ + #include "oiio/openimageio_support.hh" #include "IMB_colormanagement.h"