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/freestyle/intern/image
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/freestyle/intern/image')
-rw-r--r--source/blender/freestyle/intern/image/GaussianFilter.cpp3
-rw-r--r--source/blender/freestyle/intern/image/GaussianFilter.h3
-rw-r--r--source/blender/freestyle/intern/image/Image.h3
-rw-r--r--source/blender/freestyle/intern/image/ImagePyramid.cpp3
-rw-r--r--source/blender/freestyle/intern/image/ImagePyramid.h3
5 files changed, 5 insertions, 10 deletions
diff --git a/source/blender/freestyle/intern/image/GaussianFilter.cpp b/source/blender/freestyle/intern/image/GaussianFilter.cpp
index 61ee8b93361..4962ca763fd 100644
--- a/source/blender/freestyle/intern/image/GaussianFilter.cpp
+++ b/source/blender/freestyle/intern/image/GaussianFilter.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/image/GaussianFilter.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to perform gaussian filtering operations on an image
*/
diff --git a/source/blender/freestyle/intern/image/GaussianFilter.h b/source/blender/freestyle/intern/image/GaussianFilter.h
index db563b5b963..568647fd06f 100644
--- a/source/blender/freestyle/intern/image/GaussianFilter.h
+++ b/source/blender/freestyle/intern/image/GaussianFilter.h
@@ -17,8 +17,7 @@
#ifndef __GAUSSIANFILTER_H__
#define __GAUSSIANFILTER_H__
-/** \file blender/freestyle/intern/image/GaussianFilter.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to perform gaussian filtering operations on an image
*/
diff --git a/source/blender/freestyle/intern/image/Image.h b/source/blender/freestyle/intern/image/Image.h
index b112a9c670f..3263dad8872 100644
--- a/source/blender/freestyle/intern/image/Image.h
+++ b/source/blender/freestyle/intern/image/Image.h
@@ -17,8 +17,7 @@
#ifndef __IMAGE_H__
#define __IMAGE_H__
-/** \file blender/freestyle/intern/image/Image.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to encapsulate an array of RGB or Gray level values
*/
diff --git a/source/blender/freestyle/intern/image/ImagePyramid.cpp b/source/blender/freestyle/intern/image/ImagePyramid.cpp
index 4ebdf2622df..c9cb3e9036f 100644
--- a/source/blender/freestyle/intern/image/ImagePyramid.cpp
+++ b/source/blender/freestyle/intern/image/ImagePyramid.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/image/ImagePyramid.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a pyramid of images
*/
diff --git a/source/blender/freestyle/intern/image/ImagePyramid.h b/source/blender/freestyle/intern/image/ImagePyramid.h
index f32a4dad655..a96d8351f94 100644
--- a/source/blender/freestyle/intern/image/ImagePyramid.h
+++ b/source/blender/freestyle/intern/image/ImagePyramid.h
@@ -17,8 +17,7 @@
#ifndef __IMAGEPYRAMID_H__
#define __IMAGEPYRAMID_H__
-/** \file blender/freestyle/intern/image/ImagePyramid.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a pyramid of images
*/