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:
Diffstat (limited to 'source/blender/freestyle/intern/image')
-rw-r--r--source/blender/freestyle/intern/image/GaussianFilter.cpp5
-rw-r--r--source/blender/freestyle/intern/image/GaussianFilter.h5
-rw-r--r--source/blender/freestyle/intern/image/Image.h5
-rw-r--r--source/blender/freestyle/intern/image/ImagePyramid.cpp5
-rw-r--r--source/blender/freestyle/intern/image/ImagePyramid.h5
5 files changed, 15 insertions, 10 deletions
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 <stdlib.h>
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 <cstdlib> // 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 <string.h> // 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 <iostream>
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 <vector>