[ease] Fix documentation build.
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] Fix documentation build.
- Date: Thu, 10 Jun 2010 23:22:09 +0000 (UTC)
commit 4d8faed8050b46453244ad734a38162489da1fd3
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Fri Jun 11 01:21:48 2010 +0200
Fix documentation build.
src/ImageElement.vala | 4 ++--
src/TextElement.vala | 2 +-
src/VideoElement.vala | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/ImageElement.vala b/src/ImageElement.vala
index 51b83db..ef0941e 100644
--- a/src/ImageElement.vala
+++ b/src/ImageElement.vala
@@ -16,8 +16,8 @@
*/
/**
- * A {MediaElement} subclass for displaying an image. Linked with
- * {link ImageActor}.
+ * A { link MediaElement} subclass for displaying an image. Linked with
+ * { link ImageActor}.
*/
public class Ease.ImageElement : MediaElement
{
diff --git a/src/TextElement.vala b/src/TextElement.vala
index 95d8ca3..f6344d6 100644
--- a/src/TextElement.vala
+++ b/src/TextElement.vala
@@ -16,7 +16,7 @@
*/
/**
- * An {Element} subclass for displaying text. Linked with { link TextActor}.
+ * An { link Element} subclass for displaying text. Linked with { link TextActor}.
*/
public class Ease.TextElement : Element
{
diff --git a/src/VideoElement.vala b/src/VideoElement.vala
index 656dc65..0a53584 100644
--- a/src/VideoElement.vala
+++ b/src/VideoElement.vala
@@ -16,8 +16,8 @@
*/
/**
- * A {MediaElement} subclass for playing a vide. Linked with
- * {link VideoActor}.
+ * A { link MediaElement} subclass for playing a vide. Linked with
+ * { link VideoActor}.
*/
public class Ease.VideoElement : MediaElement
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]