Edited the single line description of each source file that implements a layer.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 10 Dec 2007 01:58:46 +0000 (01:58 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 10 Dec 2007 01:58:46 +0000 (01:58 +0000)
git-svn-id: http://svn.voria.com/code@1191 1f10aa63-cdf2-0310-b900-c93c546f37ac

46 files changed:
synfig-core/trunk/src/modules/example/filledrect.cpp
synfig-core/trunk/src/modules/example/metaballs.cpp
synfig-core/trunk/src/modules/example/simplecircle.cpp
synfig-core/trunk/src/modules/lyr_freetype/lyr_freetype.cpp
synfig-core/trunk/src/modules/lyr_std/bevel.cpp
synfig-core/trunk/src/modules/lyr_std/clamp.cpp
synfig-core/trunk/src/modules/lyr_std/import.cpp
synfig-core/trunk/src/modules/lyr_std/insideout.cpp
synfig-core/trunk/src/modules/lyr_std/julia.cpp
synfig-core/trunk/src/modules/lyr_std/mandelbrot.cpp
synfig-core/trunk/src/modules/lyr_std/rotate.cpp
synfig-core/trunk/src/modules/lyr_std/shade.cpp
synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp
synfig-core/trunk/src/modules/lyr_std/stretch.cpp
synfig-core/trunk/src/modules/lyr_std/supersample.cpp
synfig-core/trunk/src/modules/lyr_std/timeloop.cpp
synfig-core/trunk/src/modules/lyr_std/translate.cpp
synfig-core/trunk/src/modules/lyr_std/twirl.cpp
synfig-core/trunk/src/modules/lyr_std/warp.cpp
synfig-core/trunk/src/modules/lyr_std/xorpattern.cpp
synfig-core/trunk/src/modules/lyr_std/zoom.cpp
synfig-core/trunk/src/modules/mod_filter/blur.cpp
synfig-core/trunk/src/modules/mod_filter/colorcorrect.cpp
synfig-core/trunk/src/modules/mod_filter/halftone2.cpp
synfig-core/trunk/src/modules/mod_filter/halftone3.cpp
synfig-core/trunk/src/modules/mod_filter/lumakey.cpp
synfig-core/trunk/src/modules/mod_filter/radialblur.cpp
synfig-core/trunk/src/modules/mod_geometry/checkerboard.cpp
synfig-core/trunk/src/modules/mod_geometry/circle.cpp
synfig-core/trunk/src/modules/mod_geometry/outline.cpp
synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp
synfig-core/trunk/src/modules/mod_geometry/region.cpp
synfig-core/trunk/src/modules/mod_geometry/star.cpp
synfig-core/trunk/src/modules/mod_gradient/conicalgradient.cpp
synfig-core/trunk/src/modules/mod_gradient/curvegradient.cpp
synfig-core/trunk/src/modules/mod_gradient/lineargradient.cpp
synfig-core/trunk/src/modules/mod_gradient/radialgradient.cpp
synfig-core/trunk/src/modules/mod_gradient/spiralgradient.cpp
synfig-core/trunk/src/modules/mod_noise/distort.cpp
synfig-core/trunk/src/modules/mod_noise/noise.cpp
synfig-core/trunk/src/modules/mod_particle/plant.cpp
synfig-core/trunk/src/synfig/layer_motionblur.cpp
synfig-core/trunk/src/synfig/layer_pastecanvas.cpp
synfig-core/trunk/src/synfig/layer_polygon.cpp
synfig-core/trunk/src/synfig/layer_shape.cpp
synfig-core/trunk/src/synfig/layer_solidcolor.cpp

index 21dbbe5..57e03ab 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file filledrect.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Rectangle" layer
 **
 **     $Id$
 **
index 74fb884..f30357c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file metaballs.cpp
-**     \brief Implements metaballs
+**     \brief Implementation of the "Metaballs" layer
 **
 **     $Id$
 **
index fd0350e..4388bdd 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file simplecircle.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Simple Circle" layer
 **
 **     $Id$
 **
index 713c2ac..9dde005 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file lyr_freetype.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Text" layer
 **
 **     $Id$
 **
index d76479b..dacf270 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file bevel.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Bevel" layer
 **
 **     $Id$
 **
index 0ea7720..14b4c41 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file clamp.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Clamp" layer
 **
 **     $Id$
 **
index 16a6595..a130984 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file import.cpp
-**     \brief Image Import Layer Implementation
+**     \brief Implementation of the "Import Image" layer
 **
 **     $Id$
 **
index fed490e..e5e65be 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file insideout.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Inside Out" layer
 **
 **     $Id$
 **
index 7f41609..ad2478e 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file julia.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Julia Set" layer
 **
 **     $Id$
 **
index 648e69b..bacbbda 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file mandelbrot.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Mandelbrot Set" layer
 **
 **     $Id$
 **
index aaa226e..f757f84 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file rotate.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Rotate" layer
 **
 **     $Id$
 **
index b1746ef..5fc7b2c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file shade.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Shade" layer
 **
 **     $Id$
 **
index 732dd6f..d66262b 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file sphere_distort.cpp
-**     \brief Sphere Distort File
+**     \brief Implementation of the "Spherize" layer
 **
 **     $Id$
 **
index ea543b6..de0de94 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file stretch.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Stretch" layer
 **
 **     $Id$
 **
index 9f762b8..62cbdc7 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file supersample.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Super Sample" layer
 **
 **     $Id$
 **
index fe49550..9c4b2b5 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file timeloop.cpp
-**     \brief Image Layer_TimeLoop Layer Implementation
+**     \brief Implementation of the "Time Loop" layer
 **
 **     $Id$
 **
index 825ad7b..b0f65db 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file translate.cpp
-**     \brief Template File
+**     \brief Implementation of the "Translate" layer
 **
 **     $Id$
 **
index 43851c5..38d2097 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file twirl.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Twirl" layer
 **
 **     $Id$
 **
index b89a1c5..ec56596 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file warp.cpp
-**     \brief Template File
+**     \brief Implementation of the "Warp" layer
 **
 **     $Id$
 **
index 153f27b..e4e07f8 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file xorpattern.cpp
-**     \brief Template Header
+**     \brief Implementation of the "XOR Pattern" layer
 **
 **     $Id$
 **
index c667bb2..ff73c4c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file zoom.cpp
-**     \brief writeme
+**     \brief Implementation of the "Zoom" layer
 **
 **     $Id$
 **
index 40c6be0..db8b637 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file mod_filter/blur.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Blur" layer
 **
 **     $Id$
 **
index 474d523..3a0468e 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file colorcorrect.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Color Correct" layer
 **
 **     $Id$
 **
index 5ccb9e3..5217cc2 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file halftone2.cpp
-**     \brief blehh
+**     \brief Implementation of the "Halftone 2" layer
 **
 **     $Id$
 **
index 6df7d5d..3c84432 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file halftone3.cpp
-**     \brief blehh
+**     \brief Implementation of the "Halftone 3" layer
 **
 **     $Id$
 **
index d629ebe..9b30808 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file lumakey.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Luma Key" layer
 **
 **     $Id$
 **
index 826d34d..21925db 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file radialblur.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Radial Blur" layer
 **
 **     $Id$
 **
index bda8ab9..c90ae9c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file checkerboard.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Checkerboard" layer
 **
 **     $Id$
 **
index fca1ef7..20f7f01 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file circle.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Circle" layer
 **
 **     $Id$
 **
index f2fb884..a240c8d 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file outline.cpp
-**     \brief Template
+**     \brief Implementation of the "Outline" layer
 **
 **     $Id$
 **
index 35260fe..eea1a21 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file rectangle.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Rectangle" layer
 **
 **     $Id$
 **
index 854d05f..baa5780 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file region.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Region" layer
 **
 **     $Id$
 **
index 3ec522d..b4898c4 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file star.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Star" layer
 **
 **     $Id$
 **
index 0fc55da..5bf42a9 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file conicalgradient.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Conical Gradient" layer
 **
 **     $Id$
 **
index 8f03bed..ee7a4b2 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file curvegradient.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Curve Gradient" layer
 **
 **     $Id$
 **
index 1d6d546..be7155a 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file lineargradient.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Linear Gradient" layer
 **
 **     $Id$
 **
index 9d8958a..5c3d20b 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file mod_gradient/radialgradient.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Radial Gradient" layer
 **
 **     $Id$
 **
index ed45997..81bd99d 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file spiralgradient.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Spiral Gradient" layer
 **
 **     $Id$
 **
index eed77f9..1dc1af4 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file distort.cpp
-**     \brief blehh
+**     \brief Implementation of the "Noise Distort" layer
 **
 **     $Id$
 **
index b0cbcc0..19cfc4c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file noise.cpp
-**     \brief blehh
+**     \brief Implementation of the "Noise Gradient" layer
 **
 **     $Id$
 **
index 234ce89..29dab46 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file plant.cpp
-**     \brief Template
+**     \brief Implementation of the "Plant" layer
 **
 **     $Id$
 **
index 691197d..6444c23 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file layer_motionblur.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Motion Blur" layer
 **
 **     $Id$
 **
index 4095de7..203c367 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file layer_pastecanvas.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Paste Canvas" layer
 **
 **     $Id$
 **
index 067f3bd..e3cec1f 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file layer_polygon.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Polygon" layer
 **
 **     $Id$
 **
index 2d8af12..8a90f19 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file layer_shape.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Shape" layer
 **
 **     $Id$
 **
index 5e226e4..d10c5c7 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file layer_solidcolor.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Solid Color" layer
 **
 **     $Id$
 **