#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 24 Oct 2018 08:57:11 +0200
changeset 4311 ca85799f3fa7
parent 4310 243003f8ac27
child 4312 3a16f0c3192d
#DOCUMENTATION by cg class: ParseWarning class definition class: ParseWarning class added: #documentation
ParseWarning.st
--- a/ParseWarning.st	Thu Oct 04 19:14:13 2018 +0200
+++ b/ParseWarning.st	Wed Oct 24 08:57:11 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -34,6 +36,23 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    Warnings generated by parsers (eg. the Smalltalk code parser).
+    In unhandled, a message is sent to the Transcript and the compilation proceeds.
+
+    [author:]
+        Claus Gittinger
+
+    [instance variables:]
+
+    [class variables:]
+
+    [see also:]
+
+"
 ! !
 
 !ParseWarning methodsFor:'accessing'!