Cleanup: remove author/date info from doxy headers

This commit is contained in:
2019-02-02 11:53:07 +11:00
parent a3bf8da875
commit 4ef09cf937
320 changed files with 2 additions and 638 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 */

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>