[seed] Style fixes in mapping documentation
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Style fixes in mapping documentation
- Date: Thu, 30 Apr 2009 01:10:41 -0400 (EDT)
commit 62489037e8e09cc536f204dbc558f687c61618d0
Author: Robert Carr <racarr svn gnome org>
Date: Thu Apr 30 01:10:35 2009 -0400
Style fixes in mapping documentation
---
doc/mapping/mapping.html.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/mapping/mapping.html.in b/doc/mapping/mapping.html.in
index 36d578b..ec7e6bb 100644
--- a/doc/mapping/mapping.html.in
+++ b/doc/mapping/mapping.html.in
@@ -150,8 +150,8 @@ Once again <code><namespace>soup</namespace>_<type>date</type>_<member>new</memb
<p>
Non static methods are directly accessible from the object, i.e.
<pre class="javascript">
-c = new <namespace>Clutter</namespace>.<type>Color</type> ({red: 0xff, alpha: 0xff});
-c.<member>from_string</member> ("purple");
+c = new <namespace>Clutter</namespace>.<type>Color</type>({red: 0xff, alpha: 0xff});
+c.<member>from_string</member>("purple");
</pre>
</p>
<b>TODO: Static methods</b>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]