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/stroke
parenta3bf8da8758fb4640feaa3eba5c21161c58b9659 (diff)
Cleanup: remove author/date info from doxy headers
Diffstat (limited to 'source/blender/freestyle/intern/stroke')
-rw-r--r--source/blender/freestyle/intern/stroke/AdvancedFunctions0D.cpp3
-rw-r--r--source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h3
-rw-r--r--source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp3
-rw-r--r--source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h3
-rw-r--r--source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h2
-rw-r--r--source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h2
-rw-r--r--source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/BasicStrokeShaders.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Canvas.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/Canvas.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Chain.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/Chain.h2
-rw-r--r--source/blender/freestyle/intern/stroke/ChainingIterators.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/ChainingIterators.h2
-rw-r--r--source/blender/freestyle/intern/stroke/ContextFunctions.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/ContextFunctions.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Curve.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/Curve.h2
-rw-r--r--source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h2
-rw-r--r--source/blender/freestyle/intern/stroke/CurveIterators.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Modifiers.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Module.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Operators.cpp3
-rw-r--r--source/blender/freestyle/intern/stroke/Operators.h3
-rw-r--r--source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/PSStrokeRenderer.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Predicates0D.h3
-rw-r--r--source/blender/freestyle/intern/stroke/Predicates1D.h3
-rw-r--r--source/blender/freestyle/intern/stroke/QInformationMap.h2
-rw-r--r--source/blender/freestyle/intern/stroke/Stroke.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/Stroke.h2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h3
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeIO.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeIO.h2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeIterators.h2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeLayer.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeLayer.h2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeRenderer.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeRenderer.h2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeRep.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeRep.h2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeShader.h3
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeTesselator.cpp2
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeTesselator.h2
-rw-r--r--source/blender/freestyle/intern/stroke/StyleModule.h3
46 files changed, 0 insertions, 103 deletions
diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.cpp b/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.cpp
index 00b4f1f3825..c4dbfda3b3f 100644
--- a/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.cpp
+++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.cpp
@@ -17,9 +17,6 @@
/** \file blender/freestyle/intern/stroke/AdvancedFunctions0D.cpp
* \ingroup freestyle
* \brief Functions taking 0D input
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include "AdvancedFunctions0D.h"
diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h b/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h
index ef8590130d0..73bac3a0583 100644
--- a/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h
+++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/AdvancedFunctions0D.h
* \ingroup freestyle
* \brief Functions taking 0D input
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include "../image/GaussianFilter.h"
diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
index c2c24317421..5c91606cfc8 100644
--- a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
+++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
@@ -17,9 +17,6 @@
/** \file blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
* \ingroup freestyle
* \brief Functions taking 1D input
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include "AdvancedFunctions1D.h"
diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h
index dd9ba7890ff..e02d45272fb 100644
--- a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h
+++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/AdvancedFunctions1D.h
* \ingroup freestyle
* \brief Functions taking 1D input
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include "AdvancedFunctions0D.h"
diff --git a/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h b/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h
index ac649cc9c24..e10cccd05f6 100644
--- a/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h
+++ b/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/AdvancedPredicates1D.h
* \ingroup freestyle
* \brief Class gathering stroke creation algorithms
- * \author Stephane Grabli
- * \date 01/07/2003
*/
#include <string>
diff --git a/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp b/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
index f18f405fa54..dbfed3c8eae 100644
--- a/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
+++ b/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
* \ingroup freestyle
* \brief Fredo's stroke shaders
- * \author Fredo Durand
- * \date 17/12/2002
*/
#include "AdvancedStrokeShaders.h"
diff --git a/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h b/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
index 36c3366f5c7..81a85516dd9 100644
--- a/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
+++ b/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
* \ingroup freestyle
* \brief Fredo's stroke shaders
- * \author Fredo Durand
- * \date 17/12/2002
*/
#include "BasicStrokeShaders.h"
diff --git a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
index 2a03f0a1105..54d28586f27 100644
--- a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
+++ b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
* \ingroup freestyle
* \brief Class gathering basic stroke shaders
- * \author Stephane Grabli
- * \date 17/12/2002
*/
#include <fstream>
diff --git a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h
index aca16c04b75..70031bc0b4a 100644
--- a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h
+++ b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/BasicStrokeShaders.h
* \ingroup freestyle
* \brief Class gathering basic stroke shaders
- * \author Stephane Grabli
- * \date 17/12/2002
*/
#include <fstream>
diff --git a/source/blender/freestyle/intern/stroke/Canvas.cpp b/source/blender/freestyle/intern/stroke/Canvas.cpp
index 88e757e3b53..7b46c3d348f 100644
--- a/source/blender/freestyle/intern/stroke/Canvas.cpp
+++ b/source/blender/freestyle/intern/stroke/Canvas.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/Canvas.cpp
* \ingroup freestyle
* \brief Class to define a canvas designed to draw style modules
- * \author Stephane Grabli
- * \date 20/10/2002
*/
#include <sstream>
diff --git a/source/blender/freestyle/intern/stroke/Canvas.h b/source/blender/freestyle/intern/stroke/Canvas.h
index 6bb6b4b66b9..c015fea2a9b 100644
--- a/source/blender/freestyle/intern/stroke/Canvas.h
+++ b/source/blender/freestyle/intern/stroke/Canvas.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/Canvas.h
* \ingroup freestyle
* \brief Class to define a canvas designed to draw style modules
- * \author Stephane Grabli
- * \date 20/10/2002
*/
#include <cstring>
diff --git a/source/blender/freestyle/intern/stroke/Chain.cpp b/source/blender/freestyle/intern/stroke/Chain.cpp
index d4855604a9e..8116dfa2e2c 100644
--- a/source/blender/freestyle/intern/stroke/Chain.cpp
+++ b/source/blender/freestyle/intern/stroke/Chain.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/Chain.cpp
* \ingroup freestyle
* \brief Class to define a chain of viewedges.
- * \author Stephane Grabli
- * \date 09/01/2003
*/
#include "Chain.h"
diff --git a/source/blender/freestyle/intern/stroke/Chain.h b/source/blender/freestyle/intern/stroke/Chain.h
index 52dc583b438..b9fd3b2db8f 100644
--- a/source/blender/freestyle/intern/stroke/Chain.h
+++ b/source/blender/freestyle/intern/stroke/Chain.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/Chain.h
* \ingroup freestyle
* \brief Class to define a chain of viewedges.
- * \author Stephane Grabli
- * \date 09/01/2003
*/
#include "Curve.h"
diff --git a/source/blender/freestyle/intern/stroke/ChainingIterators.cpp b/source/blender/freestyle/intern/stroke/ChainingIterators.cpp
index f5d70db2ca1..5682dd24cb4 100644
--- a/source/blender/freestyle/intern/stroke/ChainingIterators.cpp
+++ b/source/blender/freestyle/intern/stroke/ChainingIterators.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/ChainingIterators.cpp
* \ingroup freestyle
* \brief Chaining iterators
- * \author Stephane Grabli
- * \date 01/07/2003
*/
#include "../python/Director.h"
diff --git a/source/blender/freestyle/intern/stroke/ChainingIterators.h b/source/blender/freestyle/intern/stroke/ChainingIterators.h
index 072c75f033f..94c594a5217 100644
--- a/source/blender/freestyle/intern/stroke/ChainingIterators.h
+++ b/source/blender/freestyle/intern/stroke/ChainingIterators.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/ChainingIterators.h
* \ingroup freestyle
* \brief Chaining iterators
- * \author Stephane Grabli
- * \date 01/07/2003
*/
#include <iostream>
diff --git a/source/blender/freestyle/intern/stroke/ContextFunctions.cpp b/source/blender/freestyle/intern/stroke/ContextFunctions.cpp
index 4d5e29bc62c..81399618cfe 100644
--- a/source/blender/freestyle/intern/stroke/ContextFunctions.cpp
+++ b/source/blender/freestyle/intern/stroke/ContextFunctions.cpp
@@ -18,8 +18,6 @@
* \ingroup freestyle
* \brief Functions related to context queries
* \brief Interface to access the context related information.
- * \author Stephane Grabli
- * \date 20/12/2003
*/
#include "ContextFunctions.h"
diff --git a/source/blender/freestyle/intern/stroke/ContextFunctions.h b/source/blender/freestyle/intern/stroke/ContextFunctions.h
index 2eeba7d3e7f..f343e5d0643 100644
--- a/source/blender/freestyle/intern/stroke/ContextFunctions.h
+++ b/source/blender/freestyle/intern/stroke/ContextFunctions.h
@@ -21,8 +21,6 @@
* \ingroup freestyle
* \brief Functions related to context queries
* \brief Interface to access the context related information.
- * \author Stephane Grabli
- * \date 20/12/2003
*/
#include "Canvas.h"
diff --git a/source/blender/freestyle/intern/stroke/Curve.cpp b/source/blender/freestyle/intern/stroke/Curve.cpp
index f1753f4d858..08e27333b8b 100644
--- a/source/blender/freestyle/intern/stroke/Curve.cpp
+++ b/source/blender/freestyle/intern/stroke/Curve.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/Curve.cpp
* \ingroup freestyle
* \brief Class to define a container for curves
- * \author Stephane Grabli
- * \date 11/01/2003
*/
#include <stdio.h> /* printf */
diff --git a/source/blender/freestyle/intern/stroke/Curve.h b/source/blender/freestyle/intern/stroke/Curve.h
index d073e406822..08466d5e789 100644
--- a/source/blender/freestyle/intern/stroke/Curve.h
+++ b/source/blender/freestyle/intern/stroke/Curve.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/Curve.h
* \ingroup freestyle
* \brief Class to define a container for curves
- * \author Stephane Grabli
- * \date 11/01/2003
*/
#include <deque>
diff --git a/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h b/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
index 6556d96ecba..02ebdaf75ad 100644
--- a/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
+++ b/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/CurveAdvancedIterators.h
* \ingroup freestyle
* \brief Iterators used to iterate over the elements of the Curve. Can't be used in python
- * \author Stephane Grabli
- * \date 01/08/2003
*/
#include "Stroke.h"
diff --git a/source/blender/freestyle/intern/stroke/CurveIterators.h b/source/blender/freestyle/intern/stroke/CurveIterators.h
index 6030c40ff24..77c2b099d06 100644
--- a/source/blender/freestyle/intern/stroke/CurveIterators.h
+++ b/source/blender/freestyle/intern/stroke/CurveIterators.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/CurveIterators.h
* \ingroup freestyle
* \brief Iterators used to iterate over the elements of the Curve
- * \author Stephane Grabli
- * \date 01/08/2003
*/
#include "Curve.h"
diff --git a/source/blender/freestyle/intern/stroke/Modifiers.h b/source/blender/freestyle/intern/stroke/Modifiers.h
index 8a39a9000c2..68dadd4b9c6 100644
--- a/source/blender/freestyle/intern/stroke/Modifiers.h
+++ b/source/blender/freestyle/intern/stroke/Modifiers.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/Modifiers.h
* \ingroup freestyle
* \brief modifiers...
- * \author Stephane Grabli
- * \date 05/01/2003
*/
#include "TimeStamp.h"
diff --git a/source/blender/freestyle/intern/stroke/Module.h b/source/blender/freestyle/intern/stroke/Module.h
index da677096432..0493345ea79 100644
--- a/source/blender/freestyle/intern/stroke/Module.h
+++ b/source/blender/freestyle/intern/stroke/Module.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/Module.h
* \ingroup freestyle
* \brief Set the type of the module
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include "Canvas.h"
diff --git a/source/blender/freestyle/intern/stroke/Operators.cpp b/source/blender/freestyle/intern/stroke/Operators.cpp
index 343de303164..7e84b4b15ab 100644
--- a/source/blender/freestyle/intern/stroke/Operators.cpp
+++ b/source/blender/freestyle/intern/stroke/Operators.cpp
@@ -17,9 +17,6 @@
/** \file blender/freestyle/intern/stroke/Operators.cpp
* \ingroup freestyle
* \brief Class gathering stroke creation algorithms
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include <algorithm>
diff --git a/source/blender/freestyle/intern/stroke/Operators.h b/source/blender/freestyle/intern/stroke/Operators.h
index a375df82c0f..1cfa50be675 100644
--- a/source/blender/freestyle/intern/stroke/Operators.h
+++ b/source/blender/freestyle/intern/stroke/Operators.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/Operators.h
* \ingroup freestyle
* \brief Class gathering stroke creation algorithms
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include <iostream>
diff --git a/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp b/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp
index 04eaf72d469..b3b32cdc09e 100644
--- a/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp
+++ b/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/PSStrokeRenderer.cpp
* \ingroup freestyle
* \brief Class to define the Postscript rendering of a stroke
- * \author Stephane Grabli
- * \date 10/26/2004
*/
#include "Canvas.h"
diff --git a/source/blender/freestyle/intern/stroke/PSStrokeRenderer.h b/source/blender/freestyle/intern/stroke/PSStrokeRenderer.h
index 43c31100bff..530dd149cf2 100644
--- a/source/blender/freestyle/intern/stroke/PSStrokeRenderer.h
+++ b/source/blender/freestyle/intern/stroke/PSStrokeRenderer.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/PSStrokeRenderer.h
* \ingroup freestyle
* \brief Class to define the Postscript rendering of a stroke
- * \author Stephane Grabli
- * \date 10/26/2004
*/
#include <fstream>
diff --git a/source/blender/freestyle/intern/stroke/Predicates0D.h b/source/blender/freestyle/intern/stroke/Predicates0D.h
index a6cac844034..4d3df8d863c 100644
--- a/source/blender/freestyle/intern/stroke/Predicates0D.h
+++ b/source/blender/freestyle/intern/stroke/Predicates0D.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/Predicates0D.h
* \ingroup freestyle
* \brief Class gathering stroke creation algorithms
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include "../view_map/Functions0D.h"
diff --git a/source/blender/freestyle/intern/stroke/Predicates1D.h b/source/blender/freestyle/intern/stroke/Predicates1D.h
index f43cd2bfbd1..bef3461c914 100644
--- a/source/blender/freestyle/intern/stroke/Predicates1D.h
+++ b/source/blender/freestyle/intern/stroke/Predicates1D.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/Predicates1D.h
* \ingroup freestyle
* \brief Class gathering stroke creation algorithms
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include <string>
diff --git a/source/blender/freestyle/intern/stroke/QInformationMap.h b/source/blender/freestyle/intern/stroke/QInformationMap.h
index ef2ae1c1ad0..81eb05e8afc 100644
--- a/source/blender/freestyle/intern/stroke/QInformationMap.h
+++ b/source/blender/freestyle/intern/stroke/QInformationMap.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/QInformationMap.h
* \ingroup freestyle
* \brief Class defining an information map using a QImage
- * \author Stephane Grabli
- * \date 04/01/2003
*/
#include <qimage.h>
diff --git a/source/blender/freestyle/intern/stroke/Stroke.cpp b/source/blender/freestyle/intern/stroke/Stroke.cpp
index d0279313bbf..709170b79fd 100644
--- a/source/blender/freestyle/intern/stroke/Stroke.cpp
+++ b/source/blender/freestyle/intern/stroke/Stroke.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/Stroke.cpp
* \ingroup freestyle
* \brief Classes to define a stroke
- * \author Stephane Grabli
- * \date 09/09/2002
*/
#include "Stroke.h"
diff --git a/source/blender/freestyle/intern/stroke/Stroke.h b/source/blender/freestyle/intern/stroke/Stroke.h
index 34741acb844..c8ef7c6db65 100644
--- a/source/blender/freestyle/intern/stroke/Stroke.h
+++ b/source/blender/freestyle/intern/stroke/Stroke.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/Stroke.h
* \ingroup freestyle
* \brief Classes to define a stroke
- * \author Stephane Grabli
- * \date 09/09/2002
*/
#include <map>
diff --git a/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h b/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
index dffac10cfc5..c2e06c7f7c2 100644
--- a/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
+++ b/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
* \ingroup freestyle
* \brief Iterators used to iterate over the elements of the Stroke. Can't be used in python
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include "Stroke.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeIO.cpp b/source/blender/freestyle/intern/stroke/StrokeIO.cpp
index 26729ae9b6b..7411af1f9a6 100644
--- a/source/blender/freestyle/intern/stroke/StrokeIO.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeIO.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/StrokeIO.cpp
* \ingroup freestyle
* \brief Functions to manage I/O for the stroke
- * \author Stephane Grabli
- * \date 03/02/2004
*/
#include "StrokeAdvancedIterators.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeIO.h b/source/blender/freestyle/intern/stroke/StrokeIO.h
index d4199a49e86..ebd4709bbaf 100644
--- a/source/blender/freestyle/intern/stroke/StrokeIO.h
+++ b/source/blender/freestyle/intern/stroke/StrokeIO.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeIO.h
* \ingroup freestyle
* \brief Functions to manage I/O for the stroke
- * \author Stephane Grabli
- * \date 03/02/2004
*/
#include <iostream>
diff --git a/source/blender/freestyle/intern/stroke/StrokeIterators.h b/source/blender/freestyle/intern/stroke/StrokeIterators.h
index b079a41c537..901728e9d4c 100644
--- a/source/blender/freestyle/intern/stroke/StrokeIterators.h
+++ b/source/blender/freestyle/intern/stroke/StrokeIterators.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeIterators.h
* \ingroup freestyle
* \brief Iterators used to iterate over the elements of the Stroke
- * \author Stephane Grabli
- * \date 01/07/2003
*/
#include "Stroke.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeLayer.cpp b/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
index 7390f3c0954..546859a3650 100644
--- a/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/StrokeLayer.cpp
* \ingroup freestyle
* \brief Class to define a layer of strokes.
- * \author Stephane Grabli
- * \date 18/12/2002
*/
#include "Canvas.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeLayer.h b/source/blender/freestyle/intern/stroke/StrokeLayer.h
index 6b63daae85a..b1f0e2ab702 100644
--- a/source/blender/freestyle/intern/stroke/StrokeLayer.h
+++ b/source/blender/freestyle/intern/stroke/StrokeLayer.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeLayer.h
* \ingroup freestyle
* \brief Class to define a layer of strokes.
- * \author Stephane Grabli
- * \date 18/12/2002
*/
#include <deque>
diff --git a/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp b/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp
index 5b2bcfd2b47..e3e95237e63 100644
--- a/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/StrokeRenderer.cpp
* \ingroup freestyle
* \brief Classes to render a stroke with OpenGL
- * \author Fredo Durand
- * \date 09/09/2002
*/
#include "StrokeRenderer.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeRenderer.h b/source/blender/freestyle/intern/stroke/StrokeRenderer.h
index 42d06d7c4a0..b424e59eccd 100644
--- a/source/blender/freestyle/intern/stroke/StrokeRenderer.h
+++ b/source/blender/freestyle/intern/stroke/StrokeRenderer.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeRenderer.h
* \ingroup freestyle
* \brief Classes to render a stroke with OpenGL
- * \author Fredo Durand
- * \date 09/09/2002
*/
#include <map>
diff --git a/source/blender/freestyle/intern/stroke/StrokeRep.cpp b/source/blender/freestyle/intern/stroke/StrokeRep.cpp
index ba5c303fb08..159c3a81f89 100644
--- a/source/blender/freestyle/intern/stroke/StrokeRep.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeRep.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/StrokeRep.cpp
* \ingroup freestyle
* \brief Class to define the representation of a stroke (for display purpose)
- * \author Stephane Grabli
- * \date 05/03/2003
*/
#include "Stroke.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeRep.h b/source/blender/freestyle/intern/stroke/StrokeRep.h
index 9400436a46a..1a1099647ac 100644
--- a/source/blender/freestyle/intern/stroke/StrokeRep.h
+++ b/source/blender/freestyle/intern/stroke/StrokeRep.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeRep.h
* \ingroup freestyle
* \brief Class to define the representation of a stroke (for display purpose)
- * \author Stephane Grabli
- * \date 05/03/2003
*/
#include "Stroke.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeShader.h b/source/blender/freestyle/intern/stroke/StrokeShader.h
index 1380151c169..cc23612e474 100644
--- a/source/blender/freestyle/intern/stroke/StrokeShader.h
+++ b/source/blender/freestyle/intern/stroke/StrokeShader.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeShader.h
* \ingroup freestyle
* \brief Class defining StrokeShader
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include <iostream>
diff --git a/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp b/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp
index 7694d9cf403..9cf07d8599f 100644
--- a/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp
@@ -17,8 +17,6 @@
/** \file blender/freestyle/intern/stroke/StrokeTesselator.cpp
* \ingroup freestyle
* \brief Class to build a Node Tree designed to be displayed from a set of strokes structure.
- * \author Stephane Grabli
- * \date 26/03/2002
*/
#include "StrokeAdvancedIterators.h"
diff --git a/source/blender/freestyle/intern/stroke/StrokeTesselator.h b/source/blender/freestyle/intern/stroke/StrokeTesselator.h
index f860e3f4997..b9b98fcf1cf 100644
--- a/source/blender/freestyle/intern/stroke/StrokeTesselator.h
+++ b/source/blender/freestyle/intern/stroke/StrokeTesselator.h
@@ -20,8 +20,6 @@
/** \file blender/freestyle/intern/stroke/StrokeTesselator.h
* \ingroup freestyle
* \brief Class to build a Node Tree designed to be displayed from a set of strokes structure.
- * \author Stephane Grabli
- * \date 26/03/2002
*/
#include "Stroke.h"
diff --git a/source/blender/freestyle/intern/stroke/StyleModule.h b/source/blender/freestyle/intern/stroke/StyleModule.h
index 6aad3de4174..034768462ff 100644
--- a/source/blender/freestyle/intern/stroke/StyleModule.h
+++ b/source/blender/freestyle/intern/stroke/StyleModule.h
@@ -20,9 +20,6 @@
/** \file blender/freestyle/intern/stroke/StyleModule.h
* \ingroup freestyle
* \brief Class representing a style module
- * \author Stephane Grabli
- * \author Emmanuel Turquin
- * \date 01/07/2003
*/
#include <iostream>