[ease] [doc] Remove double period ".." in Color documentation
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] [doc] Remove double period ".." in Color documentation
- Date: Wed, 25 Aug 2010 17:24:06 +0000 (UTC)
commit 95fd58341946894cfda94ae3d8ba440b2f0614a3
Author: Nate Stedman <natesm gmail com>
Date: Wed Aug 25 13:23:49 2010 -0400
[doc] Remove double period ".." in Color documentation
ease-core/ease-color.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ease-core/ease-color.vala b/ease-core/ease-color.vala
index 2d21cf7..fe4fba8 100644
--- a/ease-core/ease-color.vala
+++ b/ease-core/ease-color.vala
@@ -70,7 +70,7 @@ public class Ease.Color : GLib.Object
private double red_priv;
/**
- * The green value of this color, as a double from 0 to 1..
+ * The green value of this color, as a double from 0 to 1.
*/
public double green
{
@@ -93,7 +93,7 @@ public class Ease.Color : GLib.Object
private double green_priv;
/**
- * The blue value of this color, as a double from 0 to 1..
+ * The blue value of this color, as a double from 0 to 1.
*/
public double blue
{
@@ -116,7 +116,7 @@ public class Ease.Color : GLib.Object
private double blue_priv;
/**
- * The alpha (transparency) of this color, as a double from 0 to 1..
+ * The alpha (transparency) of this color, as a double from 0 to 1.
*/
public double alpha
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]