gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] alph/doc alph.rst alphimpl.rst


From: Asko Soukka
Subject: [Gzz-commits] alph/doc alph.rst alphimpl.rst
Date: Wed, 28 May 2003 06:19:25 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Changes by:     Asko Soukka <address@hidden>    03/05/28 06:19:24

Modified files:
        doc            : alph.rst alphimpl.rst 

Log message:
        fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/doc/alph.rst.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/doc/alphimpl.rst.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: alph/doc/alph.rst
diff -u alph/doc/alph.rst:1.6 alph/doc/alph.rst:1.7
--- alph/doc/alph.rst:1.6       Wed May 28 05:43:11 2003
+++ alph/doc/alph.rst   Wed May 28 06:19:24 2003
@@ -15,7 +15,7 @@
 "the 23x12 block of pixels in a particular photo snapshot of a custom
 controller built from lego bricks by Asko Soukka".
 Spans are operated on much as any immutable media objects,
-like Java's own ``String``s.
+like Java's own ``String`` 's.
 
 The media types handled by Alph are
 
Index: alph/doc/alphimpl.rst
diff -u alph/doc/alphimpl.rst:1.5 alph/doc/alphimpl.rst:1.6
--- alph/doc/alphimpl.rst:1.5   Wed May 28 05:43:11 2003
+++ alph/doc/alphimpl.rst       Wed May 28 06:19:24 2003
@@ -5,6 +5,8 @@
 Text spans
 ==========
 
+.. no content
+
 "Normal text spans"
 ===================
 
@@ -15,12 +17,14 @@
     class TextSpan "interface"
        jlink
 
-    class StdTextSpan
+    class TextScrollBlock
        jlink
-       inherit TextSpan
 
-    class TextScrollBlock
+    jlinkpackage org.nongnu.alph.impl
+
+    class StdTextSpan
        jlink
+       inherit TextSpan
 
     class PermanentTextScroll
        jlink
@@ -52,6 +56,8 @@
     class TextSpan "interface"
        jlink
 
+    jlinkpackage org.nongnu.alph.impl
+
     class URNSTextSpan URN5TextSpan
        jlink
        inherit TextSpan
@@ -71,6 +77,8 @@
 
     class TextSpan "interface"
        jlink
+
+    jlinkpackage org.nongnu.alph.impl
 
     class FakeTextSpan
        jlink




reply via email to

[Prev in Thread] Current Thread [Next in Thread]