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/freestyle/intern/image/GaussianFilter.cpp | 5 +++-- source/blender/freestyle/intern/image/GaussianFilter.h | 5 +++-- source/blender/freestyle/intern/image/Image.h | 5 +++-- source/blender/freestyle/intern/image/ImagePyramid.cpp | 5 +++-- source/blender/freestyle/intern/image/ImagePyramid.h | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) (limited to 'source/blender/freestyle/intern/image') diff --git a/source/blender/freestyle/intern/image/GaussianFilter.cpp b/source/blender/freestyle/intern/image/GaussianFilter.cpp index 4962ca763fd..540c3392aa3 100644 --- a/source/blender/freestyle/intern/image/GaussianFilter.cpp +++ b/source/blender/freestyle/intern/image/GaussianFilter.cpp @@ -14,8 +14,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup freestyle - * \brief Class to perform gaussian filtering operations on an image +/** \file + * \ingroup freestyle + * \brief Class to perform gaussian filtering operations on an image */ #include diff --git a/source/blender/freestyle/intern/image/GaussianFilter.h b/source/blender/freestyle/intern/image/GaussianFilter.h index 568647fd06f..527444eb484 100644 --- a/source/blender/freestyle/intern/image/GaussianFilter.h +++ b/source/blender/freestyle/intern/image/GaussianFilter.h @@ -17,8 +17,9 @@ #ifndef __GAUSSIANFILTER_H__ #define __GAUSSIANFILTER_H__ -/** \file \ingroup freestyle - * \brief Class to perform gaussian filtering operations on an image +/** \file + * \ingroup freestyle + * \brief Class to perform gaussian filtering operations on an image */ #include // for abs diff --git a/source/blender/freestyle/intern/image/Image.h b/source/blender/freestyle/intern/image/Image.h index 3263dad8872..208a8b1938c 100644 --- a/source/blender/freestyle/intern/image/Image.h +++ b/source/blender/freestyle/intern/image/Image.h @@ -17,8 +17,9 @@ #ifndef __IMAGE_H__ #define __IMAGE_H__ -/** \file \ingroup freestyle - * \brief Class to encapsulate an array of RGB or Gray level values +/** \file + * \ingroup freestyle + * \brief Class to encapsulate an array of RGB or Gray level values */ #include // for memcpy diff --git a/source/blender/freestyle/intern/image/ImagePyramid.cpp b/source/blender/freestyle/intern/image/ImagePyramid.cpp index c9cb3e9036f..5683b282a9d 100644 --- a/source/blender/freestyle/intern/image/ImagePyramid.cpp +++ b/source/blender/freestyle/intern/image/ImagePyramid.cpp @@ -14,8 +14,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup freestyle - * \brief Class to represent a pyramid of images +/** \file + * \ingroup freestyle + * \brief Class to represent a pyramid of images */ #include diff --git a/source/blender/freestyle/intern/image/ImagePyramid.h b/source/blender/freestyle/intern/image/ImagePyramid.h index a96d8351f94..023361a1d69 100644 --- a/source/blender/freestyle/intern/image/ImagePyramid.h +++ b/source/blender/freestyle/intern/image/ImagePyramid.h @@ -17,8 +17,9 @@ #ifndef __IMAGEPYRAMID_H__ #define __IMAGEPYRAMID_H__ -/** \file \ingroup freestyle - * \brief Class to represent a pyramid of images +/** \file + * \ingroup freestyle + * \brief Class to represent a pyramid of images */ #include -- cgit v1.2.3