#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 17:07:26 +0100
changeset 3917 26886da33871
parent 3916 c42311c324e6
child 3918 fdfdf70ba4b8
#DOCUMENTATION by cg class: ImageSequence comment/format in: #documentation
ImageSequence.st
--- a/ImageSequence.st	Wed Feb 22 16:37:56 2017 +0100
+++ b/ImageSequence.st	Wed Feb 22 17:07:26 2017 +0100
@@ -8,9 +8,10 @@
  be provided or otherwise made available to, or used by, any
  other person.  No title to or ownership of the software is
  hereby transferred.
-
+"
+"{ Package: 'stx:libview2' }"
 
-"
+"{ NameSpace: Smalltalk }"
 
 OrderedCollection subclass:#ImageSequence
 	instanceVariableNames:'loop iterationCount'
@@ -41,7 +42,7 @@
 "
     An ImageSequence represents a sequence of images as contained
     in an animated gif or in a movie file.
-    ImageSequence itself is abstract and possibly redefined to hold
+    ImageSequence may be redefined to hold
     additional attributes by specific movie representations.
 
     [author:]
@@ -98,5 +99,6 @@
 !ImageSequence class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ImageSequence.st,v 1.4 1998-04-01 12:54:59 cg Exp $'
+    ^ '$Header$'
 ! !
+