#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 14 Oct 2016 21:33:52 +0200
changeset 20671 dd3cd0018844
parent 20670 5a948d181ab6
child 20672 58a88281c355
#DOCUMENTATION by cg class: StandaloneStartupHeadless comment/format in: #documentation
StandaloneStartupHeadless.st
--- a/StandaloneStartupHeadless.st	Fri Oct 14 21:33:15 2016 +0200
+++ b/StandaloneStartupHeadless.st	Fri Oct 14 21:33:52 2016 +0200
@@ -42,7 +42,7 @@
     In contrast, when a standAlone app is linked, 
     the show starts in the startup class's start method.
 
-    This class is a subclassable template class for a standalone headless-application's startup.
+    This class is an abstract, subclassable template for a standalone headless-application's startup.
     For your own stand alone programs, define a subclass of this, 
     and redefine the #main: method there.
     (of course, the other methods can also be redefined.)