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-02 03:53:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-02 03:58:24 +0300
commit4ef09cf937f27eccd262c5026fc494498344798c (patch)
tree415d1faa63a182a5afe750d541400da86825f2f4 /source/blender/freestyle/intern/image
parenta3bf8da8758fb4640feaa3eba5c21161c58b9659 (diff)
Cleanup: remove author/date info from doxy headers
Diffstat (limited to 'source/blender/freestyle/intern/image')
-rw-r--r--source/blender/freestyle/intern/image/GaussianFilter.cpp2
-rw-r--r--source/blender/freestyle/intern/image/GaussianFilter.h2
-rw-r--r--source/blender/freestyle/intern/image/Image.h2
-rw-r--r--source/blender/freestyle/intern/image/ImagePyramid.cpp2
-rw-r--r--source/blender/freestyle/intern/image/ImagePyramid.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/freestyle/intern/image/GaussianFilter.cpp b/source/blender/freestyle/intern/image/GaussianFilter.cpp
index 068315116e7..61ee8b93361 100644
--- a/source/blender/freestyle/intern/image/GaussianFilter.cpp
+++ b/source/blender/freestyle/intern/image/GaussianFilter.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/image/GaussianFilter.cpp
* \ingroup freestyle
* \brief Class to perform gaussian filtering operations on an image
- * \author Stephane Grabli
- * \date 20/05/2003
*/
#include <stdlib.h>
diff --git a/source/blender/freestyle/intern/image/GaussianFilter.h b/source/blender/freestyle/intern/image/GaussianFilter.h
index e587ec62ca1..db563b5b963 100644
--- a/source/blender/freestyle/intern/image/GaussianFilter.h
+++ b/source/blender/freestyle/intern/image/GaussianFilter.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/image/GaussianFilter.h
* \ingroup freestyle
* \brief Class to perform gaussian filtering operations on an image
- * \author Stephane Grabli
- * \date 20/05/2003
*/
#include <cstdlib> // for abs
diff --git a/source/blender/freestyle/intern/image/Image.h b/source/blender/freestyle/intern/image/Image.h
index bb9bf4ff09e..b112a9c670f 100644
--- a/source/blender/freestyle/intern/image/Image.h
+++ b/source/blender/freestyle/intern/image/Image.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/image/Image.h
* \ingroup freestyle
* \brief Class to encapsulate an array of RGB or Gray level values
- * \author Stephane Grabli
- * \date 20/05/2003
*/
#include <string.h> // for memcpy
diff --git a/source/blender/freestyle/intern/image/ImagePyramid.cpp b/source/blender/freestyle/intern/image/ImagePyramid.cpp
index 8edc1486010..4ebdf2622df 100644
--- a/source/blender/freestyle/intern/image/ImagePyramid.cpp
+++ b/source/blender/freestyle/intern/image/ImagePyramid.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/image/ImagePyramid.cpp
* \ingroup freestyle
* \brief Class to represent a pyramid of images
- * \author Stephane Grabli
- * \date 25/12/2003
*/
#include <iostream>
diff --git a/source/blender/freestyle/intern/image/ImagePyramid.h b/source/blender/freestyle/intern/image/ImagePyramid.h
index a10734e7206..f32a4dad655 100644
--- a/source/blender/freestyle/intern/image/ImagePyramid.h
+++ b/source/blender/freestyle/intern/image/ImagePyramid.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/image/ImagePyramid.h
* \ingroup freestyle
* \brief Class to represent a pyramid of images
- * \author Stephane Grabli
- * \date 25/12/2003
*/
#include <vector>